LICENSE
README.md
pyproject.toml
cachekaro/__init__.py
cachekaro/__main__.py
cachekaro/cli.py
cachekaro.egg-info/PKG-INFO
cachekaro.egg-info/SOURCES.txt
cachekaro.egg-info/dependency_links.txt
cachekaro.egg-info/entry_points.txt
cachekaro.egg-info/requires.txt
cachekaro.egg-info/top_level.txt
cachekaro/config/__init__.py
cachekaro/config/default.py
cachekaro/config/paths/__init__.py
cachekaro/core/__init__.py
cachekaro/core/analyzer.py
cachekaro/core/cleaner.py
cachekaro/core/scanner.py
cachekaro/exporters/__init__.py
cachekaro/exporters/base.py
cachekaro/exporters/csv_export.py
cachekaro/exporters/html_export.py
cachekaro/exporters/json_export.py
cachekaro/exporters/text.py
cachekaro/models/__init__.py
cachekaro/models/cache_item.py
cachekaro/models/scan_result.py
cachekaro/platforms/__init__.py
cachekaro/platforms/base.py
cachekaro/platforms/detector.py
cachekaro/platforms/linux.py
cachekaro/platforms/macos.py
cachekaro/platforms/windows.py
cachekaro/utils/__init__.py
cachekaro/utils/colors.py
cachekaro/utils/formatting.py
tests/test_analyzer.py
tests/test_cleaner.py
tests/test_exporters.py
tests/test_platforms.py