Elliot89 commited on
Commit
1c0a980
·
verified ·
1 Parent(s): 13651aa

Create .dockerignore

Browse files
Files changed (1) hide show
  1. .dockerignore +18 -0
.dockerignore ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ __pycache__/
2
+ *.pyc
3
+ *.pyo
4
+ *.pyd
5
+ .Python
6
+ *.so
7
+ .git/
8
+ .gitignore
9
+ venv/
10
+ env/
11
+ captured_images/
12
+ temp_audio/
13
+ wellbeing_logs.csv
14
+ *.docx
15
+ *.pdf
16
+ *.md
17
+ !README.md
18
+ .DS_Store