ansible/roles/nrpe/.gitignore

16 lines
138 B
Plaintext
Raw Normal View History

2021-08-15 14:24:35 -05:00
## Ansible
*.retry
.ansible_cache
## Molecule
.cache
.molecule
.tox
.vagrant
## Python
.pytest_cache/
__pycache__/
*.py[cod]
*$py.class