# original high-res brand images (23 MB); optimized copies live in site/assets/
assets-src/

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

# project data and runs
data/raw/
runs/
checkpoints/
wandb/
*.wav
*.mp3
*.flac
*.ogg
*.safetensors
*.bin
*.pt
*.gguf

# env / editor / os
.env
.env.*
.vscode/
.idea/
.DS_Store
Thumbs.db

# local layout probes
site/_*.html
