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.

101 lines
1.2 KiB

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