mirror of
https://github.com/calesthio/OpenMontage.git
synced 2026-08-05 15:20:40 +08:00
Merge pull request #162 from mlaniak/claude/friendly-aryabhata-fd5bd4
chore: gitignore downloaded voice models (*.onnx)
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user