summaryrefslogtreecommitdiff
path: root/.gitignore
blob: b2a27bd30910e72d1da3be147a540a58723369d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
*.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/
/docs/build/_build/