ansible/roles/nrpe/.gitignore

16 lines
138 B
Plaintext

## Ansible
*.retry
.ansible_cache
## Molecule
.cache
.molecule
.tox
.vagrant
## Python
.pytest_cache/
__pycache__/
*.py[cod]
*$py.class