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.

112 lines
1.3 KiB

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