LICENSE
README.md
pyproject.toml
src/git_visual_timeline.egg-info/PKG-INFO
src/git_visual_timeline.egg-info/SOURCES.txt
src/git_visual_timeline.egg-info/dependency_links.txt
src/git_visual_timeline.egg-info/entry_points.txt
src/git_visual_timeline.egg-info/requires.txt
src/git_visual_timeline.egg-info/top_level.txt
src/gvt/__init__.py
src/gvt/app.py
src/gvt/cli.py
src/gvt/git/__init__.py
src/gvt/git/cache.py
src/gvt/git/repo.py
src/gvt/styles/app.tcss
src/gvt/widgets/__init__.py
src/gvt/widgets/changed_files.py
src/gvt/widgets/commit_bar.py
src/gvt/widgets/commit_toast.py
src/gvt/widgets/diff_view.py
src/gvt/widgets/file_tree.py
src/gvt/widgets/modals.py
src/gvt/widgets/status_bar.py
src/gvt/widgets/timeline.py
tests/test_app_integration.py
tests/test_cache.py
tests/test_changed_files.py
tests/test_diff_view_logic.py
tests/test_git_repo.py
tests/test_git_repo_extended.py
tests/test_timeline_logic.py
tests/test_widgets.py