File size: 1,041 Bytes
df97e68
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
# VCS / local env
.git/
.gitignore
.venv/
.venv313/
.venv311/
.env
.env.*
!.env.example

# Python cache/build
__pycache__/
*.pyc
*.pyo
*.egg-info/
dist/
build/

# Frontend cache/deps
frontend/react/node_modules/
frontend/react/.vite/
frontend/react/.vite-temp/
frontend/react/dist/
.npm-cache/
.vite/

# Runtime/generated data not needed in image build context
logs/
reports/
outputs/
data/
results/training_runs/
results/runs/
results/eval_logs/
results/best_model/archived/
artifacts/
results/prevalidation_*.log

# Test/dev-only assets
.pytest_cache/
.tmp/
docs/
examples/
tests/
gov_workflow_openenv_tests/
pip_bootstrap/
test_results.txt
test_rl_output*.txt
tests/test_output*.txt
tests/test_run.txt
phase1_validation.py
test_phase2.py
old_simulator.py
restore_simulator.py

# Non-runtime docs/notebooks
GovWorkflow_RL_ENV.ipynb
Blog.md
uv.lock
*.backup

# IDE/OS noise
.vscode/
.idea/
*.swp
Thumbs.db
.DS_Store

# Legacy static shell not used in deployed image
app/web/app.js
app/web/index.html
app/web/react_app.js
app/web/styles.css