Fix .gitignore to allow Python model files while excluding AI model binaries

This commit is contained in:
Mehmet Oezdag 2025-06-09 01:21:20 +02:00
parent 44679bf307
commit d8740bb9b5

3
.gitignore vendored
View File

@ -152,7 +152,8 @@ temp/
# AI model files (if downloaded locally) # AI model files (if downloaded locally)
*.bin *.bin
*.gguf *.gguf
models/ ai_models/
*.safetensors
# Database files # Database files
*.db *.db