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

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

# v0.9.3.x: dashboard_demo's default SQLiteBackend output directory
civitas_telemetry_demo/
