# OS
.DS_Store

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

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

# IDE
.vscode/
.idea/

# Audio artifacts
*.wav
*.mp3
*.flac
*.m4a
*.ogg

# Per-file session sidecars
*.voxcut.json
