kodetr commited on
Commit
f8b0507
·
verified ·
1 Parent(s): b6885fe

Upload .dockerignore

Browse files
Files changed (1) hide show
  1. .dockerignore +8 -0
.dockerignore ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ __pycache__/
2
+ *.pyc
3
+ *.pyo
4
+ *.pyd
5
+ .Python
6
+ .pytest_cache/
7
+ .mypy_cache/
8
+ .DS_Store