LICENSE
README.md
pyproject.toml
src/warpclean/__init__.py
src/warpclean/__main__.py
src/warpclean/classify.py
src/warpclean/cli.py
src/warpclean/config.py
src/warpclean/exclude.py
src/warpclean/execute.py
src/warpclean/models.py
src/warpclean/plan.py
src/warpclean/rules.py
src/warpclean/scan.py
src/warpclean/stats.py
src/warpclean/ui.py
src/warpclean/undo.py
src/warpclean.egg-info/PKG-INFO
src/warpclean.egg-info/SOURCES.txt
src/warpclean.egg-info/dependency_links.txt
src/warpclean.egg-info/entry_points.txt
src/warpclean.egg-info/requires.txt
src/warpclean.egg-info/top_level.txt
tests/test_classify.py
tests/test_cli.py
tests/test_config.py
tests/test_e2e.py
tests/test_exclude.py
tests/test_execute.py
tests/test_plan.py
tests/test_rules.py
tests/test_scan.py
tests/test_stats.py
tests/test_undo.py