sniki28 commited on
Commit
f023821
·
verified ·
1 Parent(s): 1a9bc6d

Upload .gitignore with huggingface_hub

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