LICENSE
README.md
pyproject.toml
src/gitspy/__init__.py
src/gitspy/__main__.py
src/gitspy/cli.py
src/gitspy/config.py
src/gitspy/ai/__init__.py
src/gitspy/ai/classifier.py
src/gitspy/ai/prompts.py
src/gitspy/ai/redactor.py
src/gitspy/core/__init__.py
src/gitspy/core/git_walker.py
src/gitspy/core/models.py
src/gitspy/core/orchestrator.py
src/gitspy/core/scoring.py
src/gitspy/reporters/__init__.py
src/gitspy/reporters/badge.py
src/gitspy/reporters/console.py
src/gitspy/reporters/html.py
src/gitspy/reporters/json_report.py
src/gitspy/reporters/sarif.py
src/gitspy/scanners/__init__.py
src/gitspy/scanners/patterns.py
src/gitspy/scanners/repo_health.py
src/gitspy/scanners/sca.py
src/gitspy/scanners/secrets.py
src/gitspy/templates/report.html.j2
src/gitspy/utils/__init__.py
src/gitspy/utils/cache.py
src/gitspy/utils/entropy.py
src/gitspy/utils/levenshtein.py
src/gitspy_cli.egg-info/PKG-INFO
src/gitspy_cli.egg-info/SOURCES.txt
src/gitspy_cli.egg-info/dependency_links.txt
src/gitspy_cli.egg-info/entry_points.txt
src/gitspy_cli.egg-info/requires.txt
src/gitspy_cli.egg-info/top_level.txt
tests/test_classifier.py
tests/test_patterns.py
tests/test_repo_health.py
tests/test_sca.py
tests/test_scoring.py
tests/test_secrets.py