You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

115 lines
1.4 KiB

  1. .vagrant
  2. *.retry
  3. **/vagrant_ansible_inventory
  4. *.iml
  5. temp
  6. contrib/offline/offline-files
  7. contrib/offline/offline-files.tar.gz
  8. .idea
  9. .vscode
  10. .tox
  11. .cache
  12. *.bak
  13. *.tfstate
  14. *.tfstate.backup
  15. .terraform/
  16. contrib/terraform/aws/credentials.tfvars
  17. .terraform.lock.hcl
  18. /ssh-bastion.conf
  19. **/*.sw[pon]
  20. *~
  21. vagrant/
  22. plugins/mitogen
  23. # Ansible inventory
  24. inventory/*
  25. !inventory/local
  26. !inventory/sample
  27. inventory/*/artifacts/
  28. # Byte-compiled / optimized / DLL files
  29. __pycache__/
  30. *.py[cod]
  31. *$py.class
  32. # Distribution / packaging
  33. .Python
  34. env/
  35. build/
  36. credentials/
  37. develop-eggs/
  38. dist/
  39. downloads/
  40. eggs/
  41. .eggs/
  42. parts/
  43. sdist/
  44. var/
  45. *.egg-info/
  46. .installed.cfg
  47. *.egg
  48. # PyInstaller
  49. # Usually these files are written by a python script from a template
  50. # before PyInstaller builds the exe, so as to inject date/other infos into it.
  51. *.manifest
  52. *.spec
  53. # Installer logs
  54. pip-log.txt
  55. pip-delete-this-directory.txt
  56. # Unit test / coverage reports
  57. htmlcov/
  58. .tox/
  59. .coverage
  60. .coverage.*
  61. .cache
  62. nosetests.xml
  63. coverage.xml
  64. *,cover
  65. .hypothesis/
  66. # Translations
  67. *.mo
  68. *.pot
  69. # Django stuff:
  70. *.log
  71. local_settings.py
  72. # Flask stuff:
  73. instance/
  74. .webassets-cache
  75. # Scrapy stuff:
  76. .scrapy
  77. # Sphinx documentation
  78. docs/_build/
  79. # PyBuilder
  80. target/
  81. # IPython Notebook
  82. .ipynb_checkpoints
  83. # pyenv
  84. .python-version
  85. # dotenv
  86. .env
  87. # virtualenv
  88. venv/
  89. ENV/
  90. # molecule
  91. roles/**/molecule/**/__pycache__/
  92. # macOS
  93. .DS_Store
  94. # Temp location used by our scripts
  95. scripts/tmp/
  96. tmp.md