LICENSE
README.md
pyproject.toml
setup.py
src/cli.py
src/constants.py
src/utils.py
src/config/config.py
src/config/history.py
src/config/models.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/dry_run.py
src/core/memory_pressure.py
src/core/menubar.py
src/core/permissions_auditor.py
src/core/safety.py
src/core/scanner.py
src/core/scheduler.py
src/core/system_inspector.py
src/core/undo.py
src/core/uninstaller.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/reporter.py
src/reporting/reporter_v5.py
src/reporting/storage_trend.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/duplicates.py
src/scanners/extras.py
src/scanners/large_files.py
src/scanners/matching.py
src/scanners/photos_analyzer.py
src/scanners/recent_activity.py
src/scanners/simulators.py
src/scanners/space_map.py
src/scanners/symlinks.py
tests/test_features_p0_p1.py
tests/test_features_p2_p3.py
tests/test_scanner.py