# python
*.pyc

# venv
venv

# tests
tests/output
.pytest_cache/
.tox
.ruff*
tests/integration/integration_config.yml

# Ide's
.vscode
.idea

# Builds
*.tar.gz

# Coverage
.coverage*
*coverage.combined

# Generated with antsibull-docs
docs/.gitignore
docs/antsibull-docs.cfg
docs/build.sh
docs/build/
docs/conf.py
docs/requirements.txt
docs/rst/*.rst
docs/temp-rst

# Generated by antsibull-changelog
changelogs/.plugin-cache.yaml

# Generated by ansible-test
tests/integration/inventory
