GUIDE.md
LICENSE.md
MANIFEST.in
README.md
SECURITY.md
WEBREADME.md
pyproject.toml
requirements.txt
setup.py
template.env
Tests/__init__.py
Tests/debug_weather.py
Tests/test_ai_route_planner.py
Tests/test_carbon_footprint.py
Tests/test_cli.py
Tests/test_config_manager.py
Tests/test_dashboard_data.py
Tests/test_data_visualization.py
Tests/test_database_optimizer.py
Tests/test_db_structure.py
Tests/test_dependency_manager.py
Tests/test_developer_mode.py
Tests/test_developer_tools.py
Tests/test_eco_tips.py
Tests/test_eco_tips_updated.py
Tests/test_enhanced_route_calculation.py
Tests/test_enhanced_ui.py
Tests/test_error_handler.py
Tests/test_forum_api.py
Tests/test_geocoding.py
Tests/test_goodbye_message.py
Tests/test_integration.py
Tests/test_keyboard_interrupt.py
Tests/test_logging_manager.py
Tests/test_plugin_manager.py
Tests/test_route_controller.py
Tests/test_sheets_manager.py
Tests/test_sync.py
Tests/test_trip_persistence.py
Tests/test_user_lookup.py
Tests/test_user_manager.py
Tests/test_utils.py
Tests/test_weather_controller.py
Tests/test_weather_route_planner.py
Tests/__pycache__/test_ai_route_planner.cpython-313.pyc
Tests/__pycache__/test_carbon_footprint.cpython-313.pyc
Tests/__pycache__/test_cli.cpython-313.pyc
Tests/__pycache__/test_config_manager.cpython-313.pyc
Tests/__pycache__/test_dashboard_data.cpython-313.pyc
Tests/__pycache__/test_data_visualization.cpython-313.pyc
Tests/__pycache__/test_database_optimizer.cpython-313.pyc
Tests/__pycache__/test_db_structure.cpython-313.pyc
Tests/__pycache__/test_dependency_manager.cpython-313.pyc
Tests/__pycache__/test_developer_mode.cpython-313.pyc
Tests/__pycache__/test_developer_tools.cpython-313.pyc
Tests/__pycache__/test_eco_tips.cpython-313.pyc
Tests/__pycache__/test_eco_tips_updated.cpython-313.pyc
Tests/__pycache__/test_enhanced_route_calculation.cpython-313.pyc
Tests/__pycache__/test_enhanced_ui.cpython-313.pyc
Tests/__pycache__/test_error_handler.cpython-313.pyc
Tests/__pycache__/test_forum_api.cpython-313.pyc
Tests/__pycache__/test_geocoding.cpython-313.pyc
Tests/__pycache__/test_goodbye_message.cpython-313.pyc
Tests/__pycache__/test_integration.cpython-313.pyc
Tests/__pycache__/test_keyboard_interrupt.cpython-313.pyc
Tests/__pycache__/test_logging_manager.cpython-313.pyc
Tests/__pycache__/test_plugin_manager.cpython-313.pyc
Tests/__pycache__/test_route_controller.cpython-313.pyc
Tests/__pycache__/test_sheets_manager.cpython-313.pyc
Tests/__pycache__/test_sync.cpython-313.pyc
Tests/__pycache__/test_trip_persistence.cpython-313.pyc
Tests/__pycache__/test_user_lookup.cpython-313.pyc
Tests/__pycache__/test_user_manager.cpython-313.pyc
Tests/__pycache__/test_utils.cpython-313.pyc
Tests/__pycache__/test_weather_controller.cpython-313.pyc
Tests/__pycache__/test_weather_route_planner.cpython-313.pyc
Tests/test_logs/test_app.log
Tests/test_logs/test_audit.log
Tests/test_logs/test_debug.log
Tests/test_logs/test_error.log
Tests/test_logs/test_performance.log
apps/__init__.py
apps/carbon_footprint.py
apps/data_visualization.py
apps/eco_tips.py
apps/menu.py
apps/admin/__init__.py
apps/admin/admin_panel.py
apps/challenges/__init__.py
apps/challenges/eco_challenges.py
apps/dashboard/__init__.py
apps/dashboard/dashboard.py
apps/data_viz/__init__.py
apps/data_viz/activity_summary.py
apps/data_viz/base.py
apps/data_viz/carbon_savings.py
apps/data_viz/data_exporter.py
apps/data_viz/progress_tracker.py
apps/data_viz/report_generator.py
apps/data_viz/trip_history.py
apps/data_viz/ui_utilities.py
apps/data_viz/visualization_manager.py
apps/developer/__init__.py
apps/developer/backup_manager.py
apps/developer/developer_coordinator.py
apps/developer/developer_coordinator_minimal.py
apps/developer/developer_tools.py
apps/developer/developer_ui.py
apps/developer/ui/__init__.py
apps/developer/ui/api_testing_ui.py
apps/developer/ui/backup_restore_ui.py
apps/developer/ui/base_ui.py
apps/developer/ui/cache_management_ui.py
apps/developer/ui/configuration_ui.py
apps/developer/ui/data_management_ui.py
apps/developer/ui/display_utils.py
apps/developer/ui/email_testing_ui.py
apps/developer/ui/export_management_ui.py
apps/developer/ui/health_dashboard_ui.py
apps/developer/ui/log_analysis_ui.py
apps/developer/ui/performance_monitoring_ui.py
apps/developer/ui/security_audit_ui.py
apps/developer/ui/session_management_ui.py
apps/developer/ui/system_monitoring_ui.py
apps/developer/ui/system_repair_ui.py
apps/gamification/__init__.py
apps/gamification/social_gamification.py
apps/route_planner/__init__.py
apps/route_planner/ai_route_planner.py
apps/route_planner/weather_route_planner.py
apps/route_planner/ai_planner/__init__.py
apps/route_planner/ai_planner/planner.py
apps/route_planner/ai_planner/api/__init__.py
apps/route_planner/ai_planner/api/gemini_api.py
apps/route_planner/ai_planner/models/__init__.py
apps/route_planner/ai_planner/models/route.py
apps/route_planner/ai_planner/ui/__init__.py
apps/route_planner/ai_planner/ui/cli.py
apps/route_planner/ai_planner/utils/__init__.py
apps/route_planner/ai_planner/utils/cache.py
apps/route_planner/ai_planner/utils/constants.py
apps/social_gamification/__init__.py
apps/social_gamification/achievements.py
apps/social_gamification/base.py
apps/social_gamification/challenges.py
apps/social_gamification/community.py
apps/social_gamification/leaderboard.py
apps/social_gamification/sharing.py
apps/social_gamification/social_gamification.py
apps/social_gamification/social_gamification_manager.py
auth/__init__.py
auth/developer_auth.py
auth/email_verification.py
auth/oauth/__init__.py
auth/user_management/__init__.py
auth/user_management/auth_handler.py
auth/user_management/google_auth_handler.py
auth/user_management/password_security.py
auth/user_management/session_manager.py
auth/user_management/test_refactored_modules.py
auth/user_management/user_data_manager.py
auth/user_management/user_manager.py
auth/user_management/user_manager_original.py
auth/user_management/user_registration.py
config/.DS_Store
config/__init__.py
config/config.py
config/config_manager.py
config/__pycache__/__init__.cpython-313.pyc
config/__pycache__/config.cpython-313.pyc
config/__pycache__/config_manager.cpython-313.pyc
config/preferences/achievements.json
config/preferences/challenges.json
config/preferences/eco_challenges.json
config/preferences/leaderboard.json
config/preferences/notification_settings.json
config/preferences/user_challenges.json
controllers/__init__.py
controllers/eco_tip_controller.py
controllers/feedback_controller.py
controllers/forum_controller.py
controllers/help_controller.py
controllers/route_controller.py
controllers/suggestion_controller.py
controllers/weather_controller.py
core/__init__.py
core/database_manager.py
core/database_optimizer.py
core/error_handler.py
core/logging_manager.py
core/dependency/__init__.py
core/dependency/dependency_manager.py
core/plugin/__init__.py
core/plugin/plugin_loader.py
core/plugin/plugin_manager.py
data/.DS_Store
data/cache/__init__.py
data/cache/ai_route_cache.json
data/cache/dependency_cache.json
data/cache/routes_cache.json
data/cache/weather_cache.json
data/carbon_footprint/.DS_Store
data/carbon_footprint/nexus.ecocycle@gmail.com_20250517_162754/.DS_Store
data/carbon_footprint/shir1_20250507_015701/.DS_Store
data/carbon_footprint/shir1_20250507_015701/carbon_breakdown_pie.png
data/carbon_footprint/shir1_20250507_015701/carbon_comparison.png
data/carbon_footprint/shir1_20250507_015701/carbon_potential_savings.png
data/db/__init__.py
data/debug/error_log.json
data/debug/weather_debug_singapore.json
data/exports/ai_generated_route_nexus.ecocycle@gmail.com.txt
data/exports/ecocycle_export_config_20250529_133628.json
data/routes/ai_routes.json
data/user/ai_routes.json
docs/.DS_Store
docs/DEVELOPER_MODE.md
docs/errors.md
docs/plan.md
docs/requirements.md
docs/tasks.md
docs/contextual_help/tooltips.json
docs/developer/index.md
docs/faq/index.md
docs/knowledge_base/index.md
docs/troubleshooting/index.md
docs/tutorials/interactive.md
docs/tutorials/video_tutorials.md
docs/user_guide/getting_started.md
docs/user_guide/index.md
docs/user_guide/printable/quick_start.md
email_templates/account_recovery.txt
email_templates/achievement_notification.txt
email_templates/data_reset_verification.html
email_templates/data_reset_verification.txt
email_templates/email_verification.html
email_templates/email_verification.txt
email_templates/login_verification.txt
email_templates/password_reset.txt
email_templates/reminder.txt
email_templates/two_factor.txt
email_templates/weekly_summary.txt
email_templates/welcome_email.txt
models/__init__.py
models/eco_tip.py
models/feedback.py
models/metrics.py
models/route.py
models/routes.py
models/statistics.py
models/trips.py
models/weather_data.py
plugins/weather_extension/README.md
plugins/weather_extension/plugin.json
plugins/weather_extension/plugin.py
plugins/weather_extension/__pycache__/plugin.cpython-313.pyc
scripts/__init__.py
scripts/backup_originals.py
scripts/check_current_user.py
scripts/debug_developer_mode.py
scripts/fix_remaining_imports.py
scripts/install_dependencies.py
scripts/refresh_session.py
scripts/reorganize_project.py
scripts/setup_developer_mode.py
scripts/test_developer_password.py
scripts/test_fix.py
scripts/test_preferences_fix.py
services/__init__.py
services/notifications/__init__.py
services/notifications/config.py
services/notifications/generators.py
services/notifications/manager.py
services/notifications/notification_system.py
services/notifications/senders.py
services/notifications/storage.py
services/notifications/templates.py
services/notifications/ui.py
services/sheets/__init__.py
services/sheets/check_sheets_config.py
services/sheets/fix_sheets_config.py
services/sheets/sheets_manager.py
services/sync/__init__.py
services/sync/sync_service.py
services/weather/__init__.py
tests/test_ai_route_planner.py
tests/test_carbon_footprint.py
tests/test_cli.py
tests/test_config_manager.py
tests/test_dashboard_data.py
tests/test_data_visualization.py
tests/test_database_optimizer.py
tests/test_db_structure.py
tests/test_dependency_manager.py
tests/test_developer_mode.py
tests/test_developer_tools.py
tests/test_eco_tips.py
tests/test_eco_tips_updated.py
tests/test_enhanced_route_calculation.py
tests/test_enhanced_ui.py
tests/test_error_handler.py
tests/test_forum_api.py
tests/test_geocoding.py
tests/test_goodbye_message.py
tests/test_integration.py
tests/test_keyboard_interrupt.py
tests/test_logging_manager.py
tests/test_plugin_manager.py
tests/test_route_controller.py
tests/test_sheets_manager.py
tests/test_sync.py
tests/test_trip_persistence.py
tests/test_user_lookup.py
tests/test_user_manager.py
tests/test_utils.py
tests/test_weather_controller.py
tests/test_weather_route_planner.py
utils/__init__.py
utils/ai_system_diagnostics.py
utils/app_functions.py
utils/ascii_art.py
utils/cloud_backup.py
utils/general_utils.py
utils/keyboard_shortcuts.py
utils/localization.py
utils/safe_input.py
utils/system_repair.py
utils/theme_manager.py
views/__init__.py
views/eco_tip_view.py
views/route_view.py
views/settings_view.py
views/weather_view.py
visualizations/carbon_savings_shir1_20250510_175051.png
web/static/.DS_Store
web/static/css/styles.css
web/static/js/api_client.js
web/static/js/main.js
web/static/js/websocket_client_new.js
web/templates/achievements.html
web/templates/base.html
web/templates/challenges.html
web/templates/community.html
web/templates/create_challenge.html
web/templates/dashboard.html
web/templates/feedback.html
web/templates/join_challenge.html
web/templates/login.html
web/templates/route_planner.html
web/templates/signup.html
web/templates/weekly_goals.html
web/templates/forum/category.html
web/templates/forum/create.html
web/templates/forum/index.html
web/templates/forum/topic.html
web/templates/forum/user_posts.html