rsm-roguchi commited on
Commit
9b06911
·
1 Parent(s): 6b7bfdd

docker ignore

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
+ env/
7
+ venv/
8
+ .env
9
+ .git
10
+ .gitignore
11
+ .DS_Store
12
+ # Exclude any local output/data folders that are heavy
13
+ output/
14
+ data/