Files changed (1) hide show
  1. .hgignore +7 -0
.hgignore ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ *.bin
2
+ *.safetensors
3
+ *.index
4
+ *.json
5
+ __pycache__/
6
+ venv/
7
+ *.egg-info/