.gitignore
.isort.cfg
.pre-commit-config.yaml
LICENSE
README.md
conftest.py
requirements-dev.txt
requirements.txt
setup.cfg
setup.py
.env/.example.json
.github/dependabot.yml
.github/workflows/ci.yml
.github/workflows/release.yml
src/zet/__init__.py
src/zet/editor_commands.py
src/zet/git_commands.py
src/zet/main.py
src/zet/repo.py
src/zet/settings.py
src/zet/zet.py
src/zet/templates/readme.md
src/zet_cli.egg-info/PKG-INFO
src/zet_cli.egg-info/SOURCES.txt
src/zet_cli.egg-info/dependency_links.txt
src/zet_cli.egg-info/entry_points.txt
src/zet_cli.egg-info/not-zip-safe
src/zet_cli.egg-info/requires.txt
src/zet_cli.egg-info/top_level.txt
test/__init__.py
test/test_cli.py
test/test_editor_commands.py
test/test_git_commands.py
test/test_path.py
test/test_repo.py
test/test_settings.py
test/test_zet.py