# 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
/ansible/cluster_data/

# 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
/test/cluster_data/

# Ignore files created during tests
/test/behave/**/screenshots/

# Etc
__pycache__
*.swp

# Documentation files
/docs/_build