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

# IDE
.vscode/
.idea/

# MacOS
.DS_Store

# Tools cache
.pytest_cache/
.ruff_cache/
.coverage
coverage.xml

# Model weights — downloaded at runtime, not checked in
weights/
!weights/.gitkeep

# Audio files (but allow small test fixtures)
*.wav
!tests/fixtures/**/*.wav
