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.

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