Skip to content

Commit 8d0c78a

Browse files
committed
add dockerignore to exclude venv and artifacts from build context
1 parent 67d7a64 commit 8d0c78a

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+
.venv/
2+
artifacts/
3+
.git/
4+
.github/
5+
__pycache__/
6+
*.py[cod]
7+
*.pt
8+
*.pth
9+
*.ckpt
10+
*.joblib
11+
*.parquet
12+
*.csv.gz
13+
*.h5
14+
.pytest_cache/
15+
configs/paths.local.yaml
16+
thesis_*/
17+
docs/

0 commit comments

Comments
 (0)