.gitignore
.pre-commit-config.yaml
.readthedocs.yml
LICENSE
README.md
codecov.yml
cspell.config.yaml
mkdocs.yml
pyproject.toml
tox.ini
.config/constraints.txt
.config/dictionary.txt
.config/requirements-docs.in
.config/requirements-lock.txt
.config/requirements-test.in
.config/requirements.in
.github/CODEOWNERS
.github/CODE_OF_CONDUCT.md
.github/dependabot.yml
.github/release-drafter.yml
.github/workflows/ack.yml
.github/workflows/push.yml
.github/workflows/release.yml
.github/workflows/tox.yml
.vscode/extensions.json
.vscode/settings.json
docs/contributor-guide.md
docs/index.md
docs/installation.md
docs/media/ansible-lint.mp4
docs/media/ansible-navigator-run.mp4
docs/media/compress.sh
docs/media/create-collection.mp4
docs/user-guide/building-collection.md
docs/user-guide/ci-setup.md
docs/user-guide/content-best-practices.md
docs/user-guide/content-release.md
docs/user-guide/index.md
docs/user-guide/testing.md
docs/user-guide/images/ci.png
docs/user-guide/images/release.png
src/ansible_dev_tools/__init__.py
src/ansible_dev_tools/__main__.py
src/ansible_dev_tools/_version.py
src/ansible_dev_tools/arg_parser.py
src/ansible_dev_tools/cli.py
src/ansible_dev_tools/version_builder.py
src/ansible_dev_tools.egg-info/PKG-INFO
src/ansible_dev_tools.egg-info/SOURCES.txt
src/ansible_dev_tools.egg-info/dependency_links.txt
src/ansible_dev_tools.egg-info/entry_points.txt
src/ansible_dev_tools.egg-info/requires.txt
src/ansible_dev_tools.egg-info/top_level.txt
tests/__init__.py
tests/integration/__init__.py
tests/integration/test_basic.py
tools/update-readme.py