summaryrefslogtreecommitdiff
path: root/.gitignore
blob: e41be6f50f4313cdbb5542a847f947d8f1502c8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
*.pyc
*.pyo
/build/
dist/
/docs/build/output/
*.orig
alembic.ini
.venv
/venv/
*.egg-info
.coverage
coverage.xml
.tox
*.patch
/scratch
/scratch_test_*
/test_schema.db
/test.cfg
.idea/
.vscode/
.pytest_cache/
/docs/build/_build/
/pysqlite_test_schema.db
*.sqlite3