Spaces:
Running
Running
| # 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 | |