0xZohar commited on
Commit
01fda47
·
verified ·
1 Parent(s): 11efd6b

Add .gitignore for ZeroGPU migration

Browse files
Files changed (1) hide show
  1. .gitignore +21 -0
.gitignore ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Model cache directories
2
+ clip_model_cache/
3
+ model_weights/
4
+ tmp/
5
+
6
+ # Python
7
+ *.pyc
8
+ __pycache__/
9
+ *.egg-info
10
+ dist/
11
+ build/
12
+
13
+ # System files
14
+ .DS_Store
15
+
16
+ # IDE
17
+ .vscode/
18
+ .idea/
19
+
20
+ # HuggingFace cache (optional - only if you want to exclude)
21
+ # .cache/