# virtualenv
.venv/

# python
__pycache__/
*.pyc

# ansible
inventories/*
!inventories/example
!inventories/local*
inventories/local*/host_vars/localhost.yml
playbooks/_*
roles/_*
logs/

# packer
packer_cache/
output/
packer/custom/*
!packer/custom/example.yml

# ide
.vscode/
*.code-workspace
.idea/
*.sublime-workspace
*.sublime-project

# secrets
.env/*
!.env/_reset
!.env/_config
!.env/*example
!.env/example

# envsetup
conf*.sh
auto-generated-conf.sh*
log*.txt
tests/ms-testing-suite
*.log