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

# uv
uv.lock.bak

# Testing / coverage
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
coverage.xml
htmlcov/

# Secrets & credentials — NEVER commit these
.env
.env.*
!.env.example
*.json.key
service-account*.json
client_secret*.json
credentials/
.secrets/
token.json
*.pem

# Local alert database (Alerts Engine)
.measure/
*.db

# Docs build
site/

# IDE / OS
.idea/
.vscode/
.DS_Store
*.swp
