andevs commited on
Commit
cb74335
·
verified ·
1 Parent(s): dff71b0

Create .dockerignore

Browse files
Files changed (1) hide show
  1. .dockerignore +14 -0
.dockerignore ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ __pycache__
2
+ *.pyc
3
+ *.pyo
4
+ *.pyd
5
+ .Python
6
+ *.so
7
+ *.egg
8
+ *.egg-info
9
+ dist
10
+ build
11
+ *.log
12
+ .git
13
+ .gitignore
14
+ README.md