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.

96 lines
1.2 KiB

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