.gitignore
.python-version
HACKING.md
LICENSE
README.md
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
ci/01-install.sh
ci/02-safe-tests.sh
ci/03-unsafe-tests.sh
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/dependency_tables.py
src/cfengine_cli/dev.py
src/cfengine_cli/docs_formatting.py
src/cfengine_cli/format.py
src/cfengine_cli/lint.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/test_paths.py
tests/test_utils.py
tests/test_version.py
tests/shell/001-help.sh
tests/shell/002-version.sh