add gitignore for model weights and voice embeddings

This commit is contained in:
2026-03-13 22:29:40 +01:00
parent 0c55fd50b4
commit 5a0183f236

4
.gitignore vendored
View File

@@ -29,3 +29,7 @@ tmp/
*.xcuserstate
*.xcworkspace/xcuserdata/
*.xcodeproj/xcuserdata/
# Model weights (too large for git)
Resources/Models/*.safetensors
Resources/Voices/*.npz