Skip to content

Commit 1386fdb

Browse files
committed
chore: remove heavy artifacts from git and add .dockerignore
1 parent 457878c commit 1386fdb

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

.dockerignore

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
Ignore Git history
2+
3+
.git
4+
.gitignore
5+
6+
Ignore Python cache and environments
7+
8+
pycache
9+
*.pyc
10+
.venv
11+
venv
12+
env
13+
14+
Ignore large data and model files
15+
16+
data/
17+
models/
18+
my_model/
19+
*.pkl
20+
*.h5
21+
*.zip
22+
*.csv
23+
24+
Ignore local configs
25+
26+
.env

0 commit comments

Comments
 (0)