__pycache__/
*.pyc
*.pyo
*.egg-info/
dist/
build/
.venv/
.env
.coverage
.pytest_cache/
.mypy_cache/
.ruff_cache/
*.tmp
site/

# SQLite test artifacts
*.db
*.sqlite
*.sqlite3
