Skip to content

Commit 24859e3

Browse files
committed
add .dockerignore
1 parent 1cf8b99 commit 24859e3

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.dockerignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Dockerfile
2+
# README.md
3+
*.pyc
4+
*.pyo
5+
*.pyd
6+
__pycache__
7+
.pytest_cache
8+
*.yml

0 commit comments

Comments
 (0)