.dockerignore
.editorconfig
.gitignore
Dockerfile
LICENSE
Makefile
README.md
goose.yaml
mkdocs.yml
mypy.ini
pyproject.toml
requirements-docs.txt
requirements-test.txt
requirements.txt
ruff.toml
.github/dependabot.yml
.github/release.yml
.github/workflows/ci.yaml
.github/workflows/docs.yaml
.github/workflows/release.yaml
.github/workflows/run.yaml
.goose/node/manifest.json
.goose/node/package-lock.json
.goose/node/package.json
.goose/python/manifest.json
.goose/python/requirements.txt
.goose/type-check/manifest.json
.goose/type-check/requirements.txt
docs/index.md
docs/installation.md
src/git_goose.egg-info/PKG-INFO
src/git_goose.egg-info/SOURCES.txt
src/git_goose.egg-info/dependency_links.txt
src/git_goose.egg-info/entry_points.txt
src/git_goose.egg-info/requires.txt
src/git_goose.egg-info/top_level.txt
src/goose/__init__.py
src/goose/__main__.py
src/goose/_version.py
src/goose/asyncio.py
src/goose/config.py
src/goose/context.py
src/goose/environment.py
src/goose/executable_unit.py
src/goose/manifest.py
src/goose/orphan_environments.py
src/goose/parallel.py
src/goose/paths.py
src/goose/process.py
src/goose/py.typed
src/goose/scheduler.py
src/goose/targets.py
src/goose/_utils/__init__.py
src/goose/_utils/pydantic.py
src/goose/backend/__init__.py
src/goose/backend/base.py
src/goose/backend/index.py
src/goose/backend/node.py
src/goose/backend/python.py
src/goose/backend/system.py
src/goose/git/__init__.py
src/goose/git/pre_push.py
src/goose/git/shared.py
src/goose/git/status.py
tests/__init__.py
tests/unit/__init__.py
tests/unit/test_config.py
tests/unit/test_targets.py
tests/unit/backend/__init__.py
tests/unit/backend/test_index.py