venni16 commited on
Commit
2debc26
·
verified ·
1 Parent(s): 0b85b38

Update .dockerignore

Browse files
Files changed (1) hide show
  1. .dockerignore +10 -22
.dockerignore CHANGED
@@ -3,27 +3,15 @@ __pycache__/
3
  *.pyo
4
  *.pyd
5
  .Python
6
- env
7
- venv
8
- .venv
9
- pip-log.txt
10
- pip-delete-this-directory.txt
11
- .tox
12
- .coverage
13
- .coverage.*
14
- .cache
15
- nosetests.xml
16
- coverage.xml
17
- *.cover
18
- *.log
19
- .git
20
- .mypy_cache
21
- .pytest_cache
22
- .hypothesis
23
- .DS_Store
24
- *.swp
25
- *.swo
26
- *~
27
  README.md
28
  Dockerfile
29
- .dockerignore
 
 
 
 
3
  *.pyo
4
  *.pyd
5
  .Python
6
+ env/
7
+ venv/
8
+ .venv/
9
+ .env
10
+ .git/
11
+ .gitignore
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  README.md
13
  Dockerfile
14
+ .dockerignore
15
+ *.log
16
+ tmp/
17
+ temp/