# Virtualenvs and Python tooling
.venv/
__pycache__/
*.py[cod]
.pytest_cache/
.ruff_cache/
.mypy_cache/

# Build/package artifacts
dist/
build/
*.egg-info/

# Generated AudioAtlas reports and local demo output
reports/
output_reports/
catalog_reports/
calibration_reports/
outputs/
projects/
song_projects/

# Audio dropped into the repo by accident
*.wav
*.mp3
*.flac
*.ogg
*.m4a
*.aiff
*.aif
!tests/fixtures/*.wav
!tests/fixtures/malformed/
!tests/fixtures/malformed/*.wav
!tests/fixtures/malformed/*.flac
!examples/demo_audio/audioatlas_demo.wav
!examples/demo_audio/guitar.wav
!examples/demo_audio/guitar_koto_cello_drums.wav

# Calibration and private review material
/calibration_audio/
/private_calibration/
/calibration*/
model_review_package*/
*_review_package*/
DESIGN_v0.2_*.md
6_23_GROK*.md
docs/agent_notes/
docs/CODEX_*_REVIEW_PACKAGE.md

# Archives generated for review/export
*.zip
*.tar
*.tar.gz

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

# Generated public distribution trees
AudioAtlas-public/
