# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
venv/
.venv/
*.egg-info/
*.pdf
*.png
*.key
*.bak
shared_assets/*
Video*/*
Illustrations
# OS
.DS_Store
Thumbs.db
*/intermediate/*

# Output
**/out/
*.mp4
*.mov
*.mp3
*.aifc
*.wav


# Temp
*.tmp
.cache/

# Secrets
.env
.env.*

# Sync state (local only, per-environment)
.gnommo_sync.json
.gnommo_sync.prod.json
