# Secrets / credentials
.env
scripts/config/elevenlabs.txt
scripts/config/ee-geodetic.json
scripts/config/*.json
scripts/config/*.txt
*-service-account*.json

# Raw satellite inputs (large / licensed) — keep the folder's README
data/*
!data/README.md

# Generated change-detection result images (reproduce with detect.py)
images/deforestation_*
images/mining_*
images/urbanization_*
images/urban-trend_*
images/flood_*
images/burn_*
images/water_*

# Per-run change-detection outputs (detect.py writes output/<run-id>/)
output/

# Generated map products (reproduce with detect.py --map / make_map.py)
maps/

# Large binary outputs (regenerate with scripts)
audio/
scenes/
*.mp4
*.mp3

# Temp files
/tmp/
*.pyc
__pycache__/

# macOS
.DS_Store

# Python packaging build artifacts
build/
dist/
*.egg-info/
.eggs/

# API docs are generated in CI (pdoc) and deployed by the docs workflow
docs/api/
