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

# Virtual environment
venv/
.venv/
env/

# IDE
.vscode/
.idea/
*.swp
*.swo

# Data (862 MB -- regenerate with trainers/fetchers, NOT stored in git)
# Run: python overnight_trainer.py  OR  python -m data_pipeline.scheduler --once
data/
!data/README.md
*.h5
*.hdf5
*.segy
*.sgy
*.mseed
*.nc
*.db

# Output
outputs/
*.png
*.html
!demo_landing.html
!volcanosafe/landing.html
*.pdf

# Trained Models (TRADE SECRET - never commit weights)
models/
*.joblib
*.pkl
*.onnx

# Secrets
.env
*.key
credentials/

# IP-sensitive docs (keep local only)
IP_STRATEGY.md
IP_STRATEGY.docx

# Word temp files
~$*.docx

# OS
.DS_Store
Thumbs.db

# Claude
.claude/
.vercel
