.gitignore
.pre-commit-config.yaml
LICENSE
README.md
mkdocs.yml
pyproject.toml
.github/workflows/deploy.yml
.github/workflows/ghpages.yml
.github/workflows/tests.yml
LICENSES/CC0-1.0.txt
LICENSES/MIT.txt
docs/index.md
docs/test.md
docs/subdir/index.md
src/mkdocs_git_latest_changes_plugin/__init__.py
src/mkdocs_git_latest_changes_plugin/plugin.py
src/mkdocs_git_latest_changes_plugin.egg-info/PKG-INFO
src/mkdocs_git_latest_changes_plugin.egg-info/SOURCES.txt
src/mkdocs_git_latest_changes_plugin.egg-info/dependency_links.txt
src/mkdocs_git_latest_changes_plugin.egg-info/entry_points.txt
src/mkdocs_git_latest_changes_plugin.egg-info/requires.txt
src/mkdocs_git_latest_changes_plugin.egg-info/top_level.txt
tests/test_mkdocs_git_latest_changes_plugin.py