__pycache__/
*.py[cod]
*$py.class

build/
dist/
*.egg-info/
*.egg

.venv/
venv/
env/

.pytest_cache/
.coverage
htmlcov/
.tox/

.DS_Store
.idea/
.vscode/

# Local catalog WAVs not committed
*.wav
!tests/fixtures/*.wav

reports/
out/
