# virtualenv .venv/ # python __pycache__/ *.pyc # ansible inventories/* !inventories/example !inventories/local* inventories/local*/host_vars/localhost.yml !inventories/offline* inventories/offline*/host_vars/localhost.yml playbooks/_* roles/_* ./logs/ log/ # packer packer_cache/ output/ packer/*.json !packer/example.json # 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