LICENSE
README.md
pyproject.toml
src/ogunscan/__init__.py
src/ogunscan/__main__.py
src/ogunscan/cli.py
src/ogunscan/diff.py
src/ogunscan/engine.py
src/ogunscan/models.py
src/ogunscan/reporter.py
src/ogunscan/signatures.py
src/ogunscan.egg-info/PKG-INFO
src/ogunscan.egg-info/SOURCES.txt
src/ogunscan.egg-info/dependency_links.txt
src/ogunscan.egg-info/entry_points.txt
src/ogunscan.egg-info/requires.txt
src/ogunscan.egg-info/top_level.txt
src/ogunscan/rules/__init__.py
src/ogunscan/rules/builtin.json
tests/test_diff.py
tests/test_ogunscan.py
tests/test_signatures.py