Merge pull request #162 from mlaniak/claude/friendly-aryabhata-fd5bd4

chore: gitignore downloaded voice models (*.onnx)
This commit is contained in:
Calesthio
2026-06-26 11:12:07 -07:00
committed by GitHub

4
.gitignore vendored
View File

@@ -6,6 +6,10 @@ __pycache__/
dist/
build/
# Local model downloads (e.g. Piper TTS voices, fetched at runtime — not source)
*.onnx
*.onnx.json
# Test/IDE
.pytest_cache/
.mypy_cache/