.gitignore
.pre-commit-config.yaml
.readthedocs.yml
.taplo.toml
LICENSE
README.md
codecov.yml
cspell.config.yaml
mkdocs.yml
pyproject.toml
renovate.json
sonar-project.properties
uv.lock
.agents/skills/README.md
.agents/skills/diagnose-ci/SKILL.md
.agents/skills/fix-bot-prs/SKILL.md
.agents/skills/pr-contributor-review/SKILL.md
.agents/skills/pr-new/SKILL.md
.agents/skills/pr-review/SKILL.md
.agents/skills/rebase-pr/SKILL.md
.agents/skills/scan-bot-prs/SKILL.md
.agents/skills/tox/SKILL.md
.agents/skills/verify-local/SKILL.md
.config/dictionary.txt
.config/pydoclint-baseline.txt
.github/CODEOWNERS
.github/CODE_OF_CONDUCT.md
.github/release-drafter.yml
.github/workflows/ack.yml
.github/workflows/finalize.yml
.github/workflows/push.yml
.github/workflows/release.yml
.github/workflows/tox.yml
.vscode/extensions.json
.vscode/settings.json
.vscode/tasks.json
docs/architecture.md
docs/configuration.md
docs/contributor_guide.md
docs/faq.md
docs/galaxy.yml
docs/index.md
docs/installation.md
docs/integration.ini
docs/sanity.ini
docs/tox-ansible.ini
docs/unit.ini
docs/user_guide.md
src/tox_ansible/__init__.py
src/tox_ansible/_version.py
src/tox_ansible/plugin.py
src/tox_ansible/py.typed
src/tox_ansible.egg-info/PKG-INFO
src/tox_ansible.egg-info/SOURCES.txt
src/tox_ansible.egg-info/dependency_links.txt
src/tox_ansible.egg-info/entry_points.txt
src/tox_ansible.egg-info/requires.txt
src/tox_ansible.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/fixtures/integration/test_ade_workflow/README.md
tests/fixtures/integration/test_ade_workflow/galaxy.yml
tests/fixtures/integration/test_ade_workflow/tox-ansible.ini
tests/fixtures/integration/test_ade_workflow/meta/runtime.yml
tests/fixtures/integration/test_ade_workflow/plugins/modules/hello.py
tests/fixtures/integration/test_ade_workflow/tests/unit/test_hello.py
tests/fixtures/integration/test_basic/galaxy.yml
tests/fixtures/integration/test_basic/tox-ansible.ini
tests/fixtures/integration/test_basic/tox.ini
tests/fixtures/integration/test_pyproject_config/README.md
tests/fixtures/integration/test_pyproject_config/galaxy.yml
tests/fixtures/integration/test_pyproject_config/pyproject.toml
tests/fixtures/integration/test_user_provided/galaxy.yml
tests/fixtures/integration/test_user_provided/tox-ansible.ini
tests/fixtures/unit/test_type/tox-ansible.ini
tests/integration/__init__.py
tests/integration/test_ade_workflow.py
tests/integration/test_basic.py
tests/integration/test_pyproject_config.py
tests/integration/test_user_provided.py
tests/unit/__init__.py
tests/unit/test_plugin.py
tests/unit/test_type.py
tools/report-coverage