Israelbliz commited on
Commit
217cdb9
·
verified ·
1 Parent(s): 638b2b8

Upload .dockerignore

Browse files
Files changed (1) hide show
  1. .dockerignore +16 -0
.dockerignore ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Keep the image lean and the build fast
2
+ .venv/
3
+ venv/
4
+ __pycache__/
5
+ *.pyc
6
+ *.pyo
7
+ .git/
8
+ .gitignore
9
+ .env
10
+ *.md
11
+ !README.md
12
+ .ipynb_checkpoints/
13
+ notebooks/
14
+ *.log
15
+ .DS_Store
16
+ data/raw/