From 5a0183f236595491c6eab55a4c748001bb08e4ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20F=C3=B6rtsch?= Date: Fri, 13 Mar 2026 22:29:40 +0100 Subject: [PATCH] add gitignore for model weights and voice embeddings --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 35cf6ff..e713753 100644 --- a/.gitignore +++ b/.gitignore @@ -29,3 +29,7 @@ tmp/ *.xcuserstate *.xcworkspace/xcuserdata/ *.xcodeproj/xcuserdata/ + +# Model weights (too large for git) +Resources/Models/*.safetensors +Resources/Voices/*.npz