LICENSE
README.md
pyproject.toml
src/devaansh_gitscope.egg-info/PKG-INFO
src/devaansh_gitscope.egg-info/SOURCES.txt
src/devaansh_gitscope.egg-info/dependency_links.txt
src/devaansh_gitscope.egg-info/entry_points.txt
src/devaansh_gitscope.egg-info/requires.txt
src/devaansh_gitscope.egg-info/top_level.txt
src/gitscope/__init__.py
src/gitscope/__main__.py
src/gitscope/app.py
src/gitscope/cli.py
src/gitscope/diff_parser.py
src/gitscope/git_backend.py
src/gitscope/graph.py
src/gitscope/models.py
tests/test_app.py
tests/test_diff_parser.py
tests/test_foundation.py
tests/test_git_backend.py
tests/test_graph.py