Browse Source

Initial commit

Kinchan 1 year ago
parent
commit
d3f6dad2bd
1 changed files with 4 additions and 5 deletions
  1. 4 5
      .gitignore

+ 4 - 5
.gitignore

@@ -1,7 +1,6 @@
-# .gitignore
-/models/*.gguf          # Large model files
-/logs/                  # Session logs
-/.gradio/              # Gradio cache
+/models/*.gguf
+/logs/
+/.gradio/
 __pycache__/
 *.pyc
-*.pem
+*.pem