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.

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