prd101-wd commited on
Commit
b3029a1
·
verified ·
1 Parent(s): c4cc38b

Create .dockerignore

Browse files
Files changed (1) hide show
  1. .dockerignore +11 -0
.dockerignore ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ __pycache__/
2
+ *.pyc
3
+ *.pyo
4
+ *.pyd
5
+ .env
6
+ .cache/
7
+ datasets/
8
+ models/
9
+ *.whl
10
+ *.egg-info/
11
+ venv/