Skip to content

Commit 93b6057

Browse files
committed
Add .dockerignore
1 parent 8f4343d commit 93b6057

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

.dockerignore

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
.git/
2+
.gitignore
3+
.idea/
4+
.mypy_cache/
5+
.pytest_cache/
6+
.tox/
7+
.venv/
8+
.vscode/
9+
*.egg-info/
10+
*.log
11+
*.py[cod]
12+
__pycache__/
13+
build/
14+
dist/
15+
help_docs/
16+
node_modules/
17+
site/

0 commit comments

Comments
 (0)