# Python
__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
htmlcov/

# Offline dependency wheelhouse (built on staging machine, not committed)
wheelhouse/

# Secrets & local environment (keep .env.example)
.env
.env.local

# Node
node_modules/

# Runtime data, databases, logs, generated artifacts
data/
outputs/
artifacts/
*.sqlite3
*.sqlite3-journal
*.log

# Temp / scratch
tmp_*
tmp_dbg_img/

# OS
.DS_Store
Thumbs.db
