summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 80dc7e17513bc7da0d27862877e86762a57ad31d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.venv/

*.pyc
__pycache__/

instance/

.pytest_cache/
.coverage
htmlcov/

dist/
build/
*.egg-info/

bin/