summaryrefslogtreecommitdiff
path: root/.gitignore
blob: cc770a8f1a20f79f0e91feffc3e61318bd72c311 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.project
.pydevproject
.idea/
.coverage
.cache/
.mypy_cache
.pytest_cache/
.tox/
.eggs/
*.egg-info/
*.pyc
dist/
docs/_build/
build/
virtualenv/
venv*/
example.sqlite