K446 commited on
Commit
db3026a
·
1 Parent(s): 8a02303

fix: update .dockerignore for new repo structure

Browse files
Files changed (1) hide show
  1. .dockerignore +6 -8
.dockerignore CHANGED
@@ -8,17 +8,16 @@ venv/
8
  .vscode/
9
  .env
10
 
11
- # Docs (keep README for the Space)
12
- guide.md
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
- generate_code_md.py
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/