.gitignore
.gitscannerignore
CHANGELOG.md
CONTRIBUTING.md
LICENSE
PUBLISHING.md
README.md
pyproject.toml
requirements-dev.txt
requirements.txt
setup.py
.github/RELEASE_TEMPLATE.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/tests.yml
docs/dev.to-article.md
docs/getting-started.md
scripts/publish.sh
src/git_security_scanner.egg-info/PKG-INFO
src/git_security_scanner.egg-info/SOURCES.txt
src/git_security_scanner.egg-info/dependency_links.txt
src/git_security_scanner.egg-info/entry_points.txt
src/git_security_scanner.egg-info/not-zip-safe
src/git_security_scanner.egg-info/requires.txt
src/git_security_scanner.egg-info/top_level.txt
src/security_scanner/__init__.py
src/security_scanner/cache.py
src/security_scanner/cli.py
src/security_scanner/config.py
src/security_scanner/export.py
src/security_scanner/patterns.py
src/security_scanner/py.typed
src/security_scanner/scanner.py
src/security_scanner/utils.py
tests/__init__.py
tests/test_cache.py
tests/test_cli.py
tests/test_config.py
tests/test_export.py
tests/test_patterns.py
tests/test_scanner.py