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