TheAarvee05 commited on
Commit
4e01449
·
verified ·
1 Parent(s): 89bb2f1

Upload .dockerignore with huggingface_hub

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