# Python
__pycache__/
*.py[cod]
*.egg-info/
.venv/
dist/
build/

# Test / tooling
.pytest_cache/
.coverage
coverage.xml
.mypy_cache/
.ruff_cache/

# Secrets and local state
.env
.env.*
!.env.example
*.sqlite
*.sqlite3

# OS / editor
.DS_Store
.idea/
.vscode/
