pradoth commited on
Commit
99b161e
·
verified ·
1 Parent(s): 2a4f4f4

Upload .dockerignore with huggingface_hub

Browse files
Files changed (1) hide show
  1. .dockerignore +16 -0
.dockerignore ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ __pycache__
2
+ *.pyc
3
+ *.pyo
4
+ *.pyd
5
+ .Python
6
+ env/
7
+ venv/
8
+ .venv
9
+ .git
10
+ .gitignore
11
+ *.md
12
+ .DS_Store
13
+ .vscode
14
+ .idea
15
+ *.swp
16
+ *.swo