0xZohar commited on
Commit
2bb4b5b
·
verified ·
1 Parent(s): 9fa6864

Update .gitignore: Git忽略配置

Browse files
Files changed (1) hide show
  1. .gitignore +8 -0
.gitignore CHANGED
@@ -1,7 +1,15 @@
1
  # Model cache directories
2
  clip_model_cache/
3
  model_weights/
 
4
  tmp/
 
 
 
 
 
 
 
5
 
6
  # Python
7
  *.pyc
 
1
  # Model cache directories
2
  clip_model_cache/
3
  model_weights/
4
+ temp_weights/
5
  tmp/
6
+ code/ImportLDraw_auto/
7
+
8
+ # Model weight files (should be in Model Hub, not repo)
9
+ *.safetensors
10
+ *.bin
11
+ *.msgpack
12
+ *.h5
13
 
14
  # Python
15
  *.pyc