treadon commited on
Commit
b8e261d
·
verified ·
1 Parent(s): 549adae

Upload .gitignore with huggingface_hub

Browse files
Files changed (1) hide show
  1. .gitignore +9 -0
.gitignore ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ .venv/
2
+ __pycache__/
3
+ *.pyc
4
+ *.egg-info/
5
+ *.egg
6
+ build/
7
+ dist/
8
+ .DS_Store
9
+ hf_cache/