Saltstack Official FirewallD Formula
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.

123 satır
1.4KB

  1. # Byte-compiled / optimized / DLL files
  2. __pycache__/
  3. *.py[cod]
  4. *$py.class
  5. # C extensions
  6. *.so
  7. # Distribution / packaging
  8. .Python
  9. env/
  10. build/
  11. develop-eggs/
  12. dist/
  13. downloads/
  14. eggs/
  15. .eggs/
  16. lib/
  17. lib64/
  18. parts/
  19. sdist/
  20. var/
  21. wheels/
  22. *.egg-info/
  23. .installed.cfg
  24. *.egg
  25. # PyInstaller
  26. # Usually these files are written by a python script from a packager
  27. # before PyInstaller builds the exe, so as to inject date/other infos into it.
  28. *.manifest
  29. *.spec
  30. # Installer logs
  31. pip-log.txt
  32. pip-delete-this-directory.txt
  33. # Unit test / coverage reports
  34. htmlcov/
  35. .tox/
  36. .coverage
  37. .coverage.*
  38. .cache
  39. nosetests.xml
  40. coverage.xml
  41. *.cover
  42. .hypothesis/
  43. .kitchen
  44. .kitchen.local.yml
  45. kitchen.local.yml
  46. junit-*.xml
  47. # Translations
  48. *.mo
  49. *.pot
  50. # Django stuff:
  51. *.log
  52. local_settings.py
  53. # Flask stuff:
  54. instance/
  55. .webassets-cache
  56. # Scrapy stuff:
  57. .scrapy
  58. # Sphinx documentation
  59. docs/_build/
  60. # PyBuilder
  61. target/
  62. # Jupyter Notebook
  63. .ipynb_checkpoints
  64. # pyenv
  65. .python-version
  66. # celery beat schedule file
  67. celerybeat-schedule
  68. # SageMath parsed files
  69. *.sage.py
  70. # dotenv
  71. .env
  72. # virtualenv
  73. .venv
  74. venv/
  75. ENV/
  76. # Spyder project settings
  77. .spyderproject
  78. .spyproject
  79. # Rope project settings
  80. .ropeproject
  81. # mkdocs documentation
  82. /site
  83. # mypy
  84. .mypy_cache/
  85. # Bundler
  86. Gemfile.lock
  87. # copied `.md` files used for conversion to `.rst` using `m2r`
  88. docs/*.md
  89. # Vim
  90. *.sw?
  91. ## Collected when centralising formulas (check and sort)
  92. # `collectd-formula`
  93. .pytest_cache/
  94. /.idea/
  95. Dockerfile.*_*
  96. ignore/
  97. tmp/