cookiecutter-ansible-role/{{cookiecutter.author}}.{{cookiecutter.role_name}}/.gitignore

12 lines
129 B
Plaintext
Raw Normal View History

2020-01-30 09:13:03 +01:00
# ---> Ansible
*.retry
plugins
library
# ---> Python
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class