__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/

# mkdocs deploy
site/

.venv/
venv/

.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# Local data / outputs -- never commit raw or converted audio
data/
*.wav
*.flac
*.mp3
manifest.jsonl

.DS_Store
.vscode/
.idea/
results/