fix: update .dockerignore for new repo structure
Browse files- .dockerignore +6 -8
.dockerignore
CHANGED
|
@@ -8,17 +8,16 @@ venv/
|
|
| 8 |
.vscode/
|
| 9 |
.env
|
| 10 |
|
| 11 |
-
#
|
| 12 |
-
|
| 13 |
-
detailed judging criteria.md
|
| 14 |
-
ui_skill.md
|
| 15 |
-
project-spec.md
|
| 16 |
-
codebase_summary.md
|
| 17 |
pyrightconfig.json
|
| 18 |
|
|
|
|
|
|
|
|
|
|
| 19 |
# Generated files
|
| 20 |
inference_output.txt
|
| 21 |
-
|
| 22 |
uv.lock
|
| 23 |
|
| 24 |
# Training outputs (not needed in Docker image)
|
|
@@ -28,4 +27,3 @@ training/outputs/
|
|
| 28 |
|
| 29 |
# Tests not needed in production
|
| 30 |
tests/
|
| 31 |
-
test_multiagent.py
|
|
|
|
| 8 |
.vscode/
|
| 9 |
.env
|
| 10 |
|
| 11 |
+
# Documentation (not needed in Docker)
|
| 12 |
+
docs/
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
pyrightconfig.json
|
| 14 |
|
| 15 |
+
# Utility scripts (not needed in Docker)
|
| 16 |
+
scripts/
|
| 17 |
+
|
| 18 |
# Generated files
|
| 19 |
inference_output.txt
|
| 20 |
+
codebase_summary.md
|
| 21 |
uv.lock
|
| 22 |
|
| 23 |
# Training outputs (not needed in Docker image)
|
|
|
|
| 27 |
|
| 28 |
# Tests not needed in production
|
| 29 |
tests/
|
|
|