djontros commited on
Commit
ba349da
·
verified ·
1 Parent(s): 2f59730

Create .dockerignore

Browse files
Files changed (1) hide show
  1. .dockerignore +14 -0
.dockerignore ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ __pycache__
2
+ *.pyc
3
+ *.log
4
+ .git
5
+ .idea
6
+ venv
7
+ .env
8
+ *.md
9
+ *.yaml
10
+ *.yml
11
+ *.json
12
+ *.csv
13
+ *.tmp
14
+ .DS_Store