Spaces:
Sleeping
Sleeping
Manus AI commited on
Commit ·
44fdeba
1
Parent(s): 3b2afc4
Fix: Add .gitignore and ensure codebase is tested locally
Browse files- .gitignore +5 -0
.gitignore
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
weights/
|
| 2 |
+
server.log
|
| 3 |
+
__pycache__/
|
| 4 |
+
*.pyc
|
| 5 |
+
.ipynb_checkpoints/
|