.gitignore
README.md
pyproject.toml
.github/workflows/publish.yml
monarbor/__init__.py
monarbor/cli.py
monarbor/config.py
monarbor/git_ops.py
monarbor.egg-info/PKG-INFO
monarbor.egg-info/SOURCES.txt
monarbor.egg-info/dependency_links.txt
monarbor.egg-info/entry_points.txt
monarbor.egg-info/requires.txt
monarbor.egg-info/top_level.txt
tests/conftest.py
tests/test_clone_cli.py
tests/test_clone_into_existing.py
tests/test_clone_options.py
tests/test_clone_recursive.py
tests/test_git_exclude.py
tests/test_nested_discovery.py
tests/test_sync_remote.py