LICENSE
README.md
pyproject.toml
scrub_ai/__init__.py
scrub_ai/cli.py
scrub_ai/config.py
scrub_ai/hotkey.py
scrub_ai/notifier.py
scrub_ai/profiles.py
scrub_ai/sanitizer.py
scrub_ai/tray.py
scrub_ai.egg-info/PKG-INFO
scrub_ai.egg-info/SOURCES.txt
scrub_ai.egg-info/dependency_links.txt
scrub_ai.egg-info/entry_points.txt
scrub_ai.egg-info/requires.txt
scrub_ai.egg-info/top_level.txt
scrub_ai/detectors/__init__.py
scrub_ai/detectors/base.py
scrub_ai/detectors/cloud.py
scrub_ai/detectors/custom.py
scrub_ai/detectors/network.py
scrub_ai/detectors/pii.py
scrub_ai/detectors/secrets.py
tests/test_base_detector.py
tests/test_cli.py
tests/test_cli_v11.py
tests/test_cloud_detector.py
tests/test_config.py
tests/test_custom_detector.py
tests/test_hotkey.py
tests/test_network_detector.py
tests/test_notifier.py
tests/test_pii_detector.py
tests/test_profiles.py
tests/test_sanitizer.py
tests/test_secrets_detector.py