Clean up unused files and directories - #2
Open
will702 wants to merge 5 commits into
Open
Conversation
added 5 commits
December 30, 2025 11:02
- Deleted tes.py (test file) - Deleted data_sipsn.csv (using .xlsx instead) - Deleted jakarta.xlsx (using data_sipsn.xlsx instead) - Updated README.md with location data and geocoding information - Added documentation for map features and location setup - Updated project structure to reflect new files and organization
- Remove old UI files (main_window.py, workers.py, map_widget.py, camera_loop.py, overlay.py, etc.) - Remove unused app_gui.py (replaced by updated app.py) - Remove entire trust/ directory (unused trust/stability layer) - Remove entire feedback/ directory (unused feedback system) - Remove unused location modules (rules_engine, location_filter, event_logger, region_manager) - Remove unused utility files (test_trust.py, scrape.py, action_guidance.py, softmax.py) - Update location/__init__.py to remove references to deleted modules This cleanup removes legacy code and keeps only actively used files.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR removes unused files and directories to clean up the codebase and keep only actively used code.
Changes
main_window.py,workers.py,map_widget.py,camera_loop.py,overlay.py,frame_buffer.py,overlay_renderer.py,ui_state.pyapp_gui.py(replaced by updatedapp.py)trust/- Unused trust/stability layerfeedback/- Unused feedback systemrules_engine.py,location_filter.py,event_logger.py,region_manager.pytest_trust.py,scrape.py,action_guidance.py,softmax.pylocation/__init__.pyto remove references to deleted modulesImpact
Testing
python app.py