README.md
pyproject.toml
src/__init__.py
src/cli.py
src/git_tools/__init__.py
src/git_tools/formatter.py
src/git_tools/repository.py
src/git_tools/scanner.py
src/gits_statuses.egg-info/PKG-INFO
src/gits_statuses.egg-info/SOURCES.txt
src/gits_statuses.egg-info/dependency_links.txt
src/gits_statuses.egg-info/entry_points.txt
src/gits_statuses.egg-info/requires.txt
src/gits_statuses.egg-info/top_level.txt
src/utils/__init__.py
src/utils/print.py
src/utils/validation.py
src/utils/version.py
tests/test_cli.py
tests/test_formatter.py
tests/test_integration.py
tests/test_print.py
tests/test_repository.py
tests/test_scanner.py
tests/test_validation.py
tests/test_version.py