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

*.pyc
__pycache__/

instance/

.pytest_cache/
.coverage
htmlcov/

dist/
build/
*.egg-info/