RockyVillan commited on
Commit
873aba3
·
verified ·
1 Parent(s): 47ebfae

Upload folder using huggingface_hub

Browse files
Files changed (3) hide show
  1. .gitignore +1 -0
  2. .hfignore +15 -0
  3. requirements.txt +0 -0
.gitignore CHANGED
@@ -1 +1,2 @@
1
  .env
 
 
1
  .env
2
+ venv/
.hfignore ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Virtual environments
2
+ venv/
3
+ .env
4
+
5
+ # Python cache
6
+ __pycache__/
7
+ *.pyc
8
+
9
+ # Jupyter
10
+ .ipynb
11
+ .ipynb_checkpoints/
12
+
13
+ # OS junk
14
+ .DS_Store
15
+ Thumbs.db
requirements.txt CHANGED
Binary files a/requirements.txt and b/requirements.txt differ