# Python
__pycache__/
*.pyc
*.pyo
*.pyd
*.egg-info/
dist/
build/

# Virtual envs
.venv/
venv/

# Tooling
.mypy_cache/
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/

# Data / outputs
runs/
sample_data/
*.wav
*.mp3
*.flac
*.m4a
*.ogg

# Git
.git/
.gitignore

# OS
.DS_Store
Thumbs.db
