Skip to content

Commit 43e2bbf

Browse files
authored
Create .dockerignore
1 parent 6b29fd5 commit 43e2bbf

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.dockerignore

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
__pycache__/
2+
.pytest_cache/
3+
.venv/
4+
venv/
5+
dist/
6+
build/
7+
*.egg-info/
8+
.ruff_cache/
9+
.pre-commit-cache/
10+
runs.jsonl
11+
*.zip
12+
.git/
13+
.github/

0 commit comments

Comments
 (0)