AIBRUH commited on
Commit
12ed199
·
verified ·
1 Parent(s): 470f6d9

Upload .gitignore with huggingface_hub

Browse files
Files changed (1) hide show
  1. .gitignore +15 -0
.gitignore ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ .env
2
+ __pycache__/
3
+ *.pyc
4
+ node_modules/
5
+ frontend/dist/
6
+ *.egg-info/
7
+ .pytest_cache/
8
+ models/
9
+ *.safetensors
10
+ *.bin
11
+ *.ckpt
12
+ *.pt
13
+ .hf_cache/
14
+ .claude/
15
+ *.imx