16 lines
99 B
Text
16 lines
99 B
Text
|
venv/
|
||
|
|
||
|
*.pyc
|
||
|
__pycache__/
|
||
|
|
||
|
instance/
|
||
|
|
||
|
.pytest_cache/
|
||
|
.coverage
|
||
|
htmlcov/
|
||
|
|
||
|
dist/
|
||
|
build/
|
||
|
*.egg-info/
|
||
|
|