__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.venv/
venv/
.env
.env.*
.coverage
.coverage.*
coverage.xml
htmlcov/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.DS_Store
# Local memory databases must never be committed.
*.db
*.db-wal
*.db-shm
*.sqlite3
*.log
.tox/
.nox/
.idea/
.vscode/
