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.

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