LICENSE
README.md
pyproject.toml
setup.py
src/cli.py
src/utils.py
src/config/config.py
src/config/history.py
src/config/models.py
src/constants/__init__.py
src/constants/aliases.py
src/constants/paths.py
src/constants/system.py
src/constants/team_ids.py
src/constants/vendors.py
src/core/apfs_snapshots.py
src/core/breach_monitor.py
src/core/brew_manager.py
src/core/cleaner.py
src/core/completions.py
src/core/config_sync.py
src/core/dns_cache.py
src/core/dry_run.py
src/core/font_cache.py
src/core/memory_pressure.py
src/core/menubar.py
src/core/permissions_auditor.py
src/core/pkg_receipts.py
src/core/power_optimizer.py
src/core/restore_checksums.py
src/core/safety.py
src/core/scanner.py
src/core/scheduler.py
src/core/spotlight.py
src/core/system_inspector.py
src/core/time_machine_guard.py
src/core/tui_picker.py
src/core/undo.py
src/core/uninstaller.py
src/core/update_checker.py
src/core/updater.py
src/mac_deep_cleaner.egg-info/PKG-INFO
src/mac_deep_cleaner.egg-info/SOURCES.txt
src/mac_deep_cleaner.egg-info/dependency_links.txt
src/mac_deep_cleaner.egg-info/entry_points.txt
src/mac_deep_cleaner.egg-info/requires.txt
src/mac_deep_cleaner.egg-info/top_level.txt
src/reporting/exporter.py
src/reporting/html_report.py
src/reporting/impact_score.py
src/reporting/reporter.py
src/reporting/reporter_v5.py
src/reporting/storage_trend.py
src/reporting/weekly_digest.py
src/scanners/binary_thinner.py
src/scanners/browser_data.py
src/scanners/cloud_junk.py
src/scanners/dev_junk.py
src/scanners/discovery.py
src/scanners/docker_cleaner.py
src/scanners/duplicates.py
src/scanners/extras.py
src/scanners/installer_hunter.py
src/scanners/large_files.py
src/scanners/matching.py
src/scanners/photos_analyzer.py
src/scanners/purgeable.py
src/scanners/recent_activity.py
src/scanners/simulators.py
src/scanners/space_map.py
src/scanners/symlinks.py
src/scanners/xcode_cleaner.py
src/tui/app.py
tests/test_features_p0_p1.py
tests/test_features_p2_p3.py
tests/test_scanner.py