__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
dist/
packaging/build/
packaging/dist/
*.egg-info/
*.egg
.eggs/

.venv/
venv/
env/

.vscode/
.idea/
*.swp
.DS_Store

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

# local model artifacts and runtime files
models/*.onnx
models/*.bin
*.wav
*.sock
daemon.log
daemon.pid

# private maintainer notes — see CLAUDE.local.md for the discipline
.local/
*.local.md
