*.tar.gz
*.pyc
__pycache__/
.tox/
.nox/
*.egg-info/
dist/
build/
.pytest_cache/
tests/output/
.venv/
.test_collections/

# IDE
.vscode/
.idea/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Coverage
.coverage
htmlcov/
coverage.xml

# Ansible
*.retry
.ansible/
