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

# Virtual environments
.venv/
venv/
env/

# Testing & coverage
.pytest_cache/
.coverage
coverage.xml
htmlcov/

# Type checking
.mypy_cache/

# Linting
.ruff_cache/

# Model artifacts (large files — use DVC or upload separately)
artifacts/
*.joblib

# Drift reports
reports/

# IDE
.vscode/
.idea/
*.swp

# Docker
.docker/

# Environment variables
.env
.env.local

# OS
.DS_Store
Thumbs.db

# Fly.io
.fly/

# Streamlit secrets
.streamlit/secrets.toml
