De4u commited on
Commit
33f9a8e
·
verified ·
1 Parent(s): a8899f7

Create .dockerignore

Browse files
Files changed (1) hide show
  1. .dockerignore +11 -0
.dockerignore ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ .git
2
+ .gitignore
3
+ __pycache__
4
+ *.pyc
5
+ *.pyo
6
+ *.pyd
7
+ .env
8
+ .venv
9
+ venv
10
+ .ipynb_checkpoints
11
+ .DS_Store