Update .gitignore
Browse files- .gitignore +5 -5
.gitignore
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
-
llama*
|
2 |
-
tokenizer.model
|
3 |
-
|
4 |
-
|
5 |
-
|
|
|
1 |
+
#llama*
|
2 |
+
#tokenizer.model
|
3 |
+
#*output*
|
4 |
+
#*.safetensors
|
5 |
+
#*.json
|