# Ignore custom files created when following the README.md !ansible/group_vars/all/settings.yml.example /ansible/group_vars/all/settings* !/ansible/inventory.yml.example /ansible/inventory* # Ignore files created by ansible-playbook *.retry # Virtualenvs for the project /env /venv /.direnv # Ignore files created during CI using test/ci-bootstrap.py /test/group_vars/all/ /test/inventory* /test/behave/behave.ini /test/behave/rerun_failing.features /clusters # Ignore files created during tests /test/behave/**/screenshots/ # Etc __pycache__ *.swp *.pyc # Documentation files /docs/_build