LICENSE
README.md
pyproject.toml
src/git_history_sanitize/__init__.py
src/git_history_sanitize/__main__.py
src/git_history_sanitize/cleanup.py
src/git_history_sanitize/cli.py
src/git_history_sanitize/compact.py
src/git_history_sanitize/engine.py
src/git_history_sanitize/errors.py
src/git_history_sanitize/filtering.py
src/git_history_sanitize/git.py
src/git_history_sanitize/policy.py
src/git_history_sanitize/verify.py
src/git_history_sanitize.egg-info/PKG-INFO
src/git_history_sanitize.egg-info/SOURCES.txt
src/git_history_sanitize.egg-info/dependency_links.txt
src/git_history_sanitize.egg-info/entry_points.txt
src/git_history_sanitize.egg-info/top_level.txt
tests/test_end_to_end.py
tests/test_policy.py