Няма описание

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249
  1. # Created by .ignore support plugin (hsz.mobi)
  2. ### JetBrains template
  3. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
  4. # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
  5. # User-specific stuff
  6. .idea/**/workspace.xml
  7. .idea/**/tasks.xml
  8. .idea/**/usage.statistics.xml
  9. .idea/**/dictionaries
  10. .idea/**/shelf
  11. # Generated files
  12. .idea/**/contentModel.xml
  13. # Sensitive or high-churn files
  14. .idea/**/dataSources/
  15. .idea/**/dataSources.ids
  16. .idea/**/dataSources.local.xml
  17. .idea/**/sqlDataSources.xml
  18. .idea/**/dynamic.xml
  19. .idea/**/uiDesigner.xml
  20. .idea/**/dbnavigator.xml
  21. # Gradle
  22. .idea/**/gradle.xml
  23. .idea/**/libraries
  24. # Gradle and Maven with auto-import
  25. # When using Gradle or Maven with auto-import, you should exclude module files,
  26. # since they will be recreated, and may cause churn. Uncomment if using
  27. # auto-import.
  28. # .idea/artifacts
  29. # .idea/compiler.xml
  30. # .idea/jarRepositories.xml
  31. # .idea/modules.xml
  32. # .idea/*.iml
  33. # .idea/modules
  34. # *.iml
  35. # *.ipr
  36. # CMake
  37. cmake-build-*/
  38. # Mongo Explorer plugin
  39. .idea/**/mongoSettings.xml
  40. # File-based project format
  41. *.iws
  42. # IntelliJ
  43. out/
  44. # mpeltonen/sbt-idea plugin
  45. .idea_modules/
  46. # JIRA plugin
  47. atlassian-ide-plugin.xml
  48. # Cursive Clojure plugin
  49. .idea/replstate.xml
  50. # Crashlytics plugin (for Android Studio and IntelliJ)
  51. com_crashlytics_export_strings.xml
  52. crashlytics.properties
  53. crashlytics-build.properties
  54. fabric.properties
  55. # Editor-based Rest Client
  56. .idea/httpRequests
  57. # Android studio 3.1+ serialized cache file
  58. .idea/caches/build_file_checksums.ser
  59. ### JupyterNotebooks template
  60. # gitignore template for Jupyter Notebooks
  61. # website: http://jupyter.org/
  62. .ipynb_checkpoints
  63. */.ipynb_checkpoints/*
  64. # IPython
  65. profile_default/
  66. ipython_config.py
  67. # Remove previous ipynb_checkpoints
  68. # git rm -r .ipynb_checkpoints/
  69. ### VirtualEnv template
  70. # Virtualenv
  71. # http://iamzed.com/2009/05/07/a-primer-on-virtualenv/
  72. .Python
  73. [Bb]in
  74. [Ii]nclude
  75. [Ll]ib
  76. [Ll]ib64
  77. [Ll]ocal
  78. [Ss]cripts
  79. pyvenv.cfg
  80. .venv
  81. pip-selfcheck.json
  82. ### Python template
  83. # Byte-compiled / optimized / DLL files
  84. __pycache__/
  85. *.py[cod]
  86. *$py.class
  87. # C extensions
  88. *.so
  89. # Distribution / packaging
  90. .Python
  91. build/
  92. develop-eggs/
  93. dist/
  94. downloads/
  95. eggs/
  96. .eggs/
  97. lib/
  98. lib64/
  99. parts/
  100. sdist/
  101. var/
  102. wheels/
  103. pip-wheel-metadata/
  104. share/python-wheels/
  105. *.egg-info/
  106. .installed.cfg
  107. *.egg
  108. MANIFEST
  109. # PyInstaller
  110. # Usually these files are written by a python script from a template
  111. # before PyInstaller builds the exe, so as to inject date/other infos into it.
  112. *.manifest
  113. *.spec
  114. # Installer logs
  115. pip-log.txt
  116. pip-delete-this-directory.txt
  117. # Unit test / coverage reports
  118. htmlcov/
  119. .tox/
  120. .nox/
  121. .coverage
  122. .coverage.*
  123. .cache
  124. nosetests.xml
  125. coverage.xml
  126. *.cover
  127. *.py,cover
  128. .hypothesis/
  129. .pytest_cache/
  130. cover/
  131. # Translations
  132. *.mo
  133. *.pot
  134. # Django stuff:
  135. *.log
  136. local_settings.py
  137. db.sqlite3
  138. db.sqlite3-journal
  139. # Flask stuff:
  140. instance/
  141. .webassets-cache
  142. # Scrapy stuff:
  143. .scrapy
  144. # Sphinx documentation
  145. docs/_build/
  146. # PyBuilder
  147. .pybuilder/
  148. target/
  149. # Jupyter Notebook
  150. .ipynb_checkpoints
  151. # IPython
  152. profile_default/
  153. ipython_config.py
  154. # pyenv
  155. # For a library or package, you might want to ignore these files since the code is
  156. # intended to run in multiple environments; otherwise, check them in:
  157. # .python-version
  158. # pipenv
  159. # According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
  160. # However, in case of collaboration, if having platform-specific dependencies or dependencies
  161. # having no cross-platform support, pipenv may install dependencies that don't work, or not
  162. # install all needed dependencies.
  163. #Pipfile.lock
  164. # PEP 582; used by e.g. github.com/David-OConnor/pyflow
  165. __pypackages__/
  166. # Celery stuff
  167. celerybeat-schedule
  168. celerybeat.pid
  169. # SageMath parsed files
  170. *.sage.py
  171. # Environments
  172. .env
  173. .venv
  174. env/
  175. venv/
  176. ENV/
  177. env.bak/
  178. venv.bak/
  179. # Spyder project settings
  180. .spyderproject
  181. .spyproject
  182. # Rope project settings
  183. .ropeproject
  184. # mkdocs documentation
  185. /site
  186. # mypy
  187. .mypy_cache/
  188. .dmypy.json
  189. dmypy.json
  190. # Pyre type checker
  191. .pyre/
  192. # pytype static type analyzer
  193. .pytype/
  194. # Cython debug symbols
  195. cython_debug/
  196. .idea/.gitignore
  197. .idea/IT-Sec.iml
  198. .idea/inspectionProfiles/
  199. .idea/misc.xml
  200. .idea/modules.xml
  201. .idea/vcs.xml