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.

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