You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
332 B
31 lines
332 B
# IntelliJ
|
|
.idea
|
|
|
|
# Ansible
|
|
.facts_cache
|
|
|
|
# VS code
|
|
*workspace
|
|
|
|
### Python template
|
|
# Byte-compiled / optimized / DLL files
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
|
|
# C extensions
|
|
*.so
|
|
|
|
# Installer logs
|
|
pip-log.txt
|
|
pip-delete-this-directory.txt
|
|
|
|
### Packer template
|
|
# Cache objects
|
|
packer_cache/
|
|
|
|
# CUSTOM
|
|
setup*done
|
|
tmp
|
|
|
|
pytestdebug.log
|