FILES THAT WILL REMAIN AFTER CLEANUP ==================================== ROOT DIRECTORY: -------------- Essential files: - .env.example - .gitignore - requirements.txt - README-SETUP.txt (kept for documentation) Directories: - .git (version control) - activitywatch_config - backend/ - client_sync/ - frontend/ - luxury-deals/ - venv/ BACKEND DIRECTORY: ----------------- Core application files: - .env - .env.local - .env.production - __init__.py - main.py - models.py - schemas.py - database.py - config.py - auth.py - crud.py API endpoints: - activity_categorization_api.py - dashboard_api.py - productivity_api.py - all_developers_simple.py Core functionality: - activity_categorizer.py - activitywatch_sync.py - activitywatch_webhook.py - daily_hours_calculator.py - productivity_calculator.py Database: - timesheet.db Virtual environment: - venv/ FRONTEND DIRECTORY: ------------------ - .env - .env.example - .env.local - .env.production - package.json - package-lock.json - node_modules/ - public/ - src/ - static/ - templates/ - contexts/ FILES TO BE REMOVED: ------------------- - All BAT files (CHECK-*, DEBUG-*, FIX-*, TEST-*, etc.) - All test_*.py files - All debug_*.py files - All check_*.py files - All fix_*.py files - All simple_*.py files - All quick_*.py files - All SQL debug/fix files - All MD/TXT documentation files (except README-SETUP.txt) - All HTML test files in backend - All backup and old files (*_old.py, *.backup) - All shell scripts (*.sh, *.ps1, *.vbs) - All temporary and diagnostic files Total estimated files to remove: 200+ files