26 lines
274 B
Plaintext
26 lines
274 B
Plaintext
# Any private crt and keys #
|
|
############################
|
|
*.crt
|
|
*.key
|
|
*~
|
|
\#*
|
|
|
|
# OS Specific #
|
|
###############
|
|
Thumbs.db
|
|
.DS_Store
|
|
.vscode
|
|
|
|
# Ansible specific #
|
|
####################
|
|
.cache
|
|
*.retry
|
|
|
|
# Python specific #
|
|
###################
|
|
__pycache__
|
|
|
|
# Logs #
|
|
########
|
|
*.log
|