.gitignore
.python-version
HACKING.md
LICENSE
README.md
main.py
pyproject.toml
uv.lock
.github/dependabot.yml
.github/workflows/black-check.yml
.github/workflows/black-format.yml
.github/workflows/pypi-publish.yml
.github/workflows/tests.yml
src/cfengine.egg-info/PKG-INFO
src/cfengine.egg-info/SOURCES.txt
src/cfengine.egg-info/dependency_links.txt
src/cfengine.egg-info/entry_points.txt
src/cfengine.egg-info/requires.txt
src/cfengine.egg-info/top_level.txt
src/cfengine_cli/__init__.py
src/cfengine_cli/__main__.py
src/cfengine_cli/commands.py
src/cfengine_cli/main.py
src/cfengine_cli/paths.py
src/cfengine_cli/shell.py
src/cfengine_cli/utils.py
src/cfengine_cli/version.py
tests/__init__.py
tests/test_deps.py
tests/docker/001-docker-install-test.sh
tests/docker/Dockerfile
tests/shell/001-help.sh