summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 685b2cd57fa08fb554a00015dd8db567920e4fe1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
*.pyc
__pycache__/

instance/

.pytest_cache/
.coverage
htmlcov/

dist/
build/
*.egg-info/