20 lines
199 B
Text
20 lines
199 B
Text
.venv/
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
.pytest_cache/
|
|
.tmp_pytest/
|
|
pytest-cache-files-*/
|
|
.mypy_cache/
|
|
.ruff_cache/
|
|
.coverage
|
|
coverage.xml
|
|
build/
|
|
dist/
|
|
*.egg-info/
|
|
app.db
|
|
data/
|
|
data/testdb/
|
|
.env
|
|
*.log
|