# Python
__pycache__/
*.py[cod]
*$py.class

# Test and coverage output
.coverage
.coverage.*
coverage.xml
htmlcov/
.pytest_cache/
.tox/
.nox/

# Virtual environments
.venv/
venv/
env/
ENV/

# Ansible
.ansible/
*.retry

# Ansible collection build artifacts
*.tar.gz