LICENSE
MANIFEST.in
README.md
README_DISTRIBUTION.md
README_PYPI.md
lazyscan.py
setup.py
helpers/__init__.py
helpers/audit.py
helpers/chrome_cache_helpers.py
helpers/chromium_cache_helpers.py
helpers/confirmation.py
helpers/firefox_cache_helpers.py
helpers/recovery.py
helpers/safari_cache_helpers.py
helpers/secure_operations.py
helpers/security.py
helpers/unity_cache_helpers.py
helpers/unity_hub.py
helpers/unity_version.py
helpers/unreal_cache_helpers.py
helpers/unreal_launcher.py
helpers/unreal_version.py
lazyscan/__init__.py
lazyscan.egg-info/PKG-INFO
lazyscan.egg-info/SOURCES.txt
lazyscan.egg-info/dependency_links.txt
lazyscan.egg-info/entry_points.txt
lazyscan.egg-info/requires.txt
lazyscan.egg-info/top_level.txt
lazyscan/apps/__init__.py
lazyscan/apps/brave.py
lazyscan/apps/chrome.py
lazyscan/apps/edge.py
lazyscan/apps/firefox.py
lazyscan/apps/safari.py
lazyscan/apps/unity.py
lazyscan/apps/unreal.py
lazyscan/apps/vscode.py
lazyscan/cli/__init__.py
lazyscan/cli/main.py
lazyscan/cli/main_argparse.py
lazyscan/core/__init__.py
lazyscan/core/cache_targets.py
lazyscan/core/config.py
lazyscan/core/docker_integration.py
lazyscan/core/errors.py
lazyscan/core/formatting.py
lazyscan/core/logging_config.py
lazyscan/core/plugins.py
lazyscan/core/retention_policy.py
lazyscan/core/scan.py
lazyscan/core/scanner.py
lazyscan/core/serialization.py
lazyscan/core/ui.py
lazyscan/platforms/__init__.py
lazyscan/platforms/linux.py
lazyscan/platforms/macos.py
lazyscan/platforms/windows.py
lazyscan/security/__init__.py
lazyscan/security/audit_encryption.py
lazyscan/security/audit_encryption_schema.py
lazyscan/security/audit_migration.py
lazyscan/security/log_reencryption_tool.py
lazyscan/security/recovery_decryptor.py
lazyscan/security/safe_delete.py
lazyscan/security/sentinel.py
lazyscan/security/validators.py
lazyscan/security/key_providers/__init__.py
lazyscan/security/key_providers/secret_service_key_provider.py
lazyscan/security/key_providers/windows_credential_manager.py
lazyscan/utils/__init__.py
tests/__init__.py
tests/test_chromium_cache_helpers.py
tests/test_end_to_end_logging.py
tests/test_end_to_end_unity_reports.py
tests/test_lazyscan.py
tests/test_selection_parser.py
tests/test_unity.py
tests/test_unity_cache_helpers.py
tests/test_unity_hub.py
tests/test_unity_version.py
tests/test_unreal_cache_helpers.py
tests/test_unreal_integration.py
tests/test_unreal_launcher.py
tests/utils/__init__.py