Spaces:
Sleeping
Sleeping
Commit
·
7122c53
0
Parent(s):
chore(web): ignore logs and model files; remove server.log from VCS
Browse files- .gitignore +5 -0
.gitignore
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
server.log
|
| 2 |
+
*.gguf
|
| 3 |
+
*.bin
|
| 4 |
+
__pycache__/
|
| 5 |
+
*.pyc
|