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.
This commit is contained in:
Ryan Malloy 2026-06-27 21:28:02 -06:00
parent f00d0e27a2
commit 549deb877d

1
.gitignore vendored
View File

@ -1,6 +1,7 @@
# Models (large binary files)
models/
piper-data/
orpheus-data/
*.onnx
*.bin