2016-05-08 15:11:09 +00:00
|
|
|
.vagrant
|
|
|
|
*.retry
|
2018-04-13 17:54:21 +00:00
|
|
|
**/vagrant_ansible_inventory
|
2020-07-31 06:31:07 +00:00
|
|
|
*.iml
|
2016-05-18 02:52:57 +00:00
|
|
|
temp
|
2016-09-14 09:34:47 +00:00
|
|
|
.idea
|
2016-12-09 09:38:38 +00:00
|
|
|
.tox
|
|
|
|
.cache
|
2017-04-18 10:07:03 +00:00
|
|
|
*.bak
|
2016-12-12 11:07:23 +00:00
|
|
|
*.tfstate
|
|
|
|
*.tfstate.backup
|
2019-04-05 08:27:18 +00:00
|
|
|
.terraform/
|
2017-10-18 10:44:32 +00:00
|
|
|
contrib/terraform/aws/credentials.tfvars
|
2016-12-09 09:38:38 +00:00
|
|
|
/ssh-bastion.conf
|
2017-01-13 20:31:10 +00:00
|
|
|
**/*.sw[pon]
|
2018-08-02 03:30:55 +00:00
|
|
|
*~
|
2017-02-16 20:46:04 +00:00
|
|
|
vagrant/
|
2020-10-01 23:03:21 +00:00
|
|
|
plugins/mitogen
|
2017-08-18 09:58:07 +00:00
|
|
|
|
2019-02-08 07:30:28 +00:00
|
|
|
# Ansible inventory
|
|
|
|
inventory/*
|
|
|
|
!inventory/local
|
|
|
|
!inventory/sample
|
|
|
|
inventory/*/artifacts/
|
|
|
|
|
2017-08-18 09:58:07 +00:00
|
|
|
# Byte-compiled / optimized / DLL files
|
|
|
|
__pycache__/
|
|
|
|
*.py[cod]
|
|
|
|
*$py.class
|
|
|
|
|
|
|
|
# Distribution / packaging
|
|
|
|
.Python
|
|
|
|
env/
|
|
|
|
build/
|
2017-09-06 17:20:25 +00:00
|
|
|
credentials/
|
2017-08-18 09:58:07 +00:00
|
|
|
develop-eggs/
|
|
|
|
dist/
|
|
|
|
downloads/
|
|
|
|
eggs/
|
|
|
|
.eggs/
|
|
|
|
parts/
|
|
|
|
sdist/
|
|
|
|
var/
|
|
|
|
*.egg-info/
|
|
|
|
.installed.cfg
|
|
|
|
*.egg
|
|
|
|
|
|
|
|
# PyInstaller
|
|
|
|
# Usually these files are written by a python script from a template
|
|
|
|
# before PyInstaller builds the exe, so as to inject date/other infos into it.
|
|
|
|
*.manifest
|
|
|
|
*.spec
|
|
|
|
|
|
|
|
# Installer logs
|
|
|
|
pip-log.txt
|
|
|
|
pip-delete-this-directory.txt
|
|
|
|
|
|
|
|
# Unit test / coverage reports
|
|
|
|
htmlcov/
|
|
|
|
.tox/
|
|
|
|
.coverage
|
|
|
|
.coverage.*
|
|
|
|
.cache
|
|
|
|
nosetests.xml
|
|
|
|
coverage.xml
|
|
|
|
*,cover
|
|
|
|
.hypothesis/
|
|
|
|
|
|
|
|
# Translations
|
|
|
|
*.mo
|
|
|
|
*.pot
|
|
|
|
|
|
|
|
# Django stuff:
|
|
|
|
*.log
|
|
|
|
local_settings.py
|
|
|
|
|
|
|
|
# Flask stuff:
|
|
|
|
instance/
|
|
|
|
.webassets-cache
|
|
|
|
|
|
|
|
# Scrapy stuff:
|
|
|
|
.scrapy
|
|
|
|
|
|
|
|
# Sphinx documentation
|
|
|
|
docs/_build/
|
|
|
|
|
|
|
|
# PyBuilder
|
|
|
|
target/
|
|
|
|
|
|
|
|
# IPython Notebook
|
|
|
|
.ipynb_checkpoints
|
|
|
|
|
|
|
|
# pyenv
|
|
|
|
.python-version
|
|
|
|
|
|
|
|
# dotenv
|
|
|
|
.env
|
|
|
|
|
|
|
|
# virtualenv
|
|
|
|
venv/
|
|
|
|
ENV/
|
2021-10-15 01:46:54 +00:00
|
|
|
|
|
|
|
# molecule
|
|
|
|
roles/**/molecule/**/__pycache__/
|
|
|
|
roles/**/molecule/**/*.conf
|
2021-11-30 09:10:56 +00:00
|
|
|
|
|
|
|
# macOS
|
|
|
|
.DS_Store
|
2021-12-20 08:50:14 +00:00
|
|
|
|
|
|
|
# Temp location used by our scripts
|
|
|
|
scripts/tmp/
|