LICENSE
README.md
pyproject.toml
src/gitguard/__init__.py
src/gitguard/audit.py
src/gitguard/cache.py
src/gitguard/ci.py
src/gitguard/cli.py
src/gitguard/config.py
src/gitguard/entropy.py
src/gitguard/escalation.py
src/gitguard/filters.py
src/gitguard/git.py
src/gitguard/ignorefile.py
src/gitguard/models.py
src/gitguard/parallel.py
src/gitguard/report.py
src/gitguard/suggestions.py
src/gitguard/suppression.py
src/gitguard/formatters/__init__.py
src/gitguard/formatters/json_fmt.py
src/gitguard/formatters/sarif.py
src/gitguard/formatters/text.py
src/gitguard/hooks/__init__.py
src/gitguard/hooks/installer.py
src/gitguard/rules/__init__.py
src/gitguard/rules/builtin.py
src/gitguard/rules/extended.py
src/gitguard/rules/loader.py
src/gitguard/rules/manager.py
src/gitguard/rules/tester.py
src/gitguard/scanners/__init__.py
src/gitguard/scanners/baseline_scanner.py
src/gitguard/scanners/content_scanner.py
src/gitguard/scanners/diff_scanner.py
src/gitguard/scanners/file_scanner.py
src/gitguard/scanners/history_scanner.py
src/jsleekr_gitguard.egg-info/PKG-INFO
src/jsleekr_gitguard.egg-info/SOURCES.txt
src/jsleekr_gitguard.egg-info/dependency_links.txt
src/jsleekr_gitguard.egg-info/entry_points.txt
src/jsleekr_gitguard.egg-info/requires.txt
src/jsleekr_gitguard.egg-info/top_level.txt
tests/test_audit.py
tests/test_baseline_scanner.py
tests/test_builtin_rules.py
tests/test_cache.py
tests/test_ci.py
tests/test_cli.py
tests/test_cli_extended.py
tests/test_config.py
tests/test_content_scanner.py
tests/test_diff_scanner.py
tests/test_edge_cases.py
tests/test_entropy.py
tests/test_escalation.py
tests/test_extended_rules.py
tests/test_file_scanner.py
tests/test_filters.py
tests/test_formatters.py
tests/test_git.py
tests/test_history_scanner.py
tests/test_hooks.py
tests/test_ignorefile.py
tests/test_integration.py
tests/test_models.py
tests/test_parallel.py
tests/test_report.py
tests/test_rule_coverage.py
tests/test_rule_loader.py
tests/test_rule_manager.py
tests/test_rule_tester.py
tests/test_suggestions.py
tests/test_suppression.py