19 lines
293 B
Plaintext
19 lines
293 B
Plaintext
# vim and emacs temp files
|
|
*~
|
|
[._]*.s[a-w][a-z]
|
|
|
|
# Byte-compiled / optimized / DLL files
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
|
|
# Files generated by Ansible
|
|
ansible/*.retry
|
|
|
|
# Others
|
|
.DS_Store
|
|
.vimrc
|
|
|
|
# Ignore auto-generated group variables file.
|
|
etc/kayobe/inventory/group_vars/seed/ansible-host
|