Jeremie Fraeys
|
7eee31d721
|
chore: cleanup and miscellaneous updates
- .gitignore: Add reports/ and .api-keys
- examples/jupyter_experiment_integration.py: Update for new API
- podman/scripts/: CLI integration, secure runner, ML tool testing
- tools/: Performance regression detector, profiler utilities
|
2026-03-08 13:04:01 -04:00 |
|
Jeremie Fraeys
|
7880ea8d79
|
refactor: reorganize podman directory structure
Organize podman/ directory into logical subdirectories:
New structure:
- docs/ - ML_TOOLS_GUIDE.md, jupyter_workflow.md
- configs/ - environment*.yml, security_policy.json
- containers/ - *.dockerfile, *.podfile
- scripts/ - *.sh, *.py (secure_runner, cli_integration, etc.)
- jupyter/ - jupyter_cookie_secret (flattened from jupyter_runtime/runtime/)
- workspace/ - Example projects (cleaned of temp files)
Cleaned workspace:
- Removed .DS_Store, mlflow.db, cache/
- Removed duplicate cli_integration.py
Removed unnecessary nesting:
- Flattened jupyter_runtime/runtime/ to just jupyter/
Improves maintainability by grouping files by purpose and eliminating root directory clutter.
|
2026-02-18 16:40:46 -05:00 |
|