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

# ML / training artifacts
checkpoints/
runs/
wandb/
*.ckpt
*.safetensors
*.pt

# Env & secrets
.env
.env.*
!.env.example

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

# training run artifacts
outputs/

# internal AI-orchestration working config — kept locally, not published
CLAUDE.md
.claude/
.pytest_cache/
