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.

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