LICENSE
MANIFEST.in
README.md
pyproject.toml
src/git_commit_editor/__init__.py
src/git_commit_editor/__main__.py
src/git_commit_editor/app.py
src/git_commit_editor/gitops.py
src/git_commit_editor/py.typed
src/git_commit_editor.egg-info/PKG-INFO
src/git_commit_editor.egg-info/SOURCES.txt
src/git_commit_editor.egg-info/dependency_links.txt
src/git_commit_editor.egg-info/entry_points.txt
src/git_commit_editor.egg-info/requires.txt
src/git_commit_editor.egg-info/top_level.txt
src/git_commit_editor/static/app.js
src/git_commit_editor/static/style.css
src/git_commit_editor/templates/index.html
tests/conftest.py
tests/test_app.py
tests/test_gitops.py
tests/test_ui.py