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.

95 lines
1.1 KiB

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