Skip to content

Commit 940dba8

Browse files
committed
add dockerignore file
1 parent 4e73f83 commit 940dba8

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

.dockerignore

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
.env
2+
__pycache__
3+
*.pyc
4+
*.pyo
5+
*.pyd
6+
.Python
7+
env
8+
pip-log.txt
9+
pip-delete-this-directory.txt
10+
.tox
11+
.coverage
12+
.coverage.*
13+
.cache
14+
nosetests.xml
15+
coverage.xml
16+
*,cover
17+
*.log
18+
.git
19+
*.example
20+
.holo
21+
.github
22+
docs
23+
venv
24+
.venv
25+
ENV
26+
env.bak
27+
venv.bak

0 commit comments

Comments
 (0)