Files

20 lines
161 B
Plaintext

.env
.venv/
venv/
__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
.mypy_cache/
.ruff_cache/
dist/
build/
*.log
.idea/
.vscode/
data/
*.db
backups/
*.zip
_tmp*