fix: update .dockerignore with all required entries and mark task 6.3 complete

This commit is contained in:
Marko Djordjevic 2026-02-18 11:34:52 +01:00
parent 1438e474e8
commit b0e4a618f0
2 changed files with 7 additions and 3 deletions

View file

@ -1,9 +1,13 @@
.git
.env
.env*
node_modules
.next
.git
data/
*.md
.env*
__pycache__/
mlruns/
models/
*.log
coverage/
.DS_Store