# Env / secrets
.env
.env.local
.env.*.local

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

# Models / artifacts (downloaded HF caches, trained LGBM)
backend/artifacts/
backend/.cache/
backend/data/
.huggingface/

# Node
node_modules/
.next/
out/
*.tsbuildinfo

# OS
.DS_Store
Thumbs.db

# Docker volumes mounted locally
postgres_data/

# Logs
*.log
logs/
