aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: a0fd16e943b9c99943d890396ea2875e568d7018 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
*.pyc
__pycache__/

.idea/
venv/
instance/

.pytest_cache/
.coverage
htmlcov/

dist/
build/
*.egg-info/