Manus AI commited on
Commit
44fdeba
·
1 Parent(s): 3b2afc4

Fix: Add .gitignore and ensure codebase is tested locally

Browse files
Files changed (1) hide show
  1. .gitignore +5 -0
.gitignore ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ weights/
2
+ server.log
3
+ __pycache__/
4
+ *.pyc
5
+ .ipynb_checkpoints/