From 549deb877d9d3b5bdbad3e0e64cc14da185f021a Mon Sep 17 00:00:00 2001 From: Ryan Malloy Date: Sat, 27 Jun 2026 21:28:02 -0600 Subject: [PATCH] Gitignore orpheus-data/ for the local GGUF cache MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Mirrors the piper-data/ entry — Orpheus runs against a 2 GB GGUF fetched once and bind-mounted into llama-server. Repo stays binary-free. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index af84b9e..c0508f6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ # Models (large binary files) models/ piper-data/ +orpheus-data/ *.onnx *.bin