mcspeak/.gitignore
Ryan Malloy 549deb877d Gitignore orpheus-data/ for the local GGUF cache
Mirrors the piper-data/ entry — Orpheus runs against a 2 GB GGUF
fetched once and bind-mounted into llama-server. Repo stays
binary-free.
2026-06-27 21:28:02 -06:00

20 lines
185 B
Plaintext

# Models (large binary files)
models/
piper-data/
orpheus-data/
*.onnx
*.bin
# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
# Virtual environment
.venv/
# Environment
.env