.gitignore 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283
  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. build/
  10. develop-eggs/
  11. dist/
  12. downloads/
  13. eggs/
  14. .eggs/
  15. lib/
  16. lib64/
  17. parts/
  18. sdist/
  19. var/
  20. wheels/
  21. share/python-wheels/
  22. *.egg-info/
  23. .installed.cfg
  24. *.egg
  25. MANIFEST
  26. # PyInstaller
  27. # Usually these files are written by a python script from a template
  28. # before PyInstaller builds the exe, so as to inject date/other infos into it.
  29. *.manifest
  30. *.spec
  31. # Installer logs
  32. pip-log.txt
  33. pip-delete-this-directory.txt
  34. # Unit test / coverage reports
  35. htmlcov/
  36. .tox/
  37. .nox/
  38. .coverage
  39. .coverage.*
  40. .cache
  41. nosetests.xml
  42. coverage.xml
  43. *.cover
  44. .hypothesis/
  45. .pytest_cache/
  46. # Translations
  47. *.mo
  48. *.pot
  49. # Django stuff:
  50. *.log
  51. local_settings.py
  52. db.sqlite3
  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. # IPython
  65. profile_default/
  66. ipython_config.py
  67. # pyenv
  68. .python-version
  69. # celery beat schedule file
  70. celerybeat-schedule
  71. # SageMath parsed files
  72. *.sage.py
  73. # Environments
  74. .env
  75. .venv
  76. env/
  77. venv/
  78. ENV/
  79. env.bak/
  80. venv.bak/
  81. # Spyder project settings
  82. .spyderproject
  83. .spyproject
  84. # Rope project settings
  85. .ropeproject
  86. # mkdocs documentation
  87. /site
  88. # mypy
  89. .mypy_cache/
  90. .dmypy.json
  91. dmypy.json
  92. # Pyre type checker
  93. .pyre/
  94. miniconda/**
  95. miniconda.sh
  96. # AgLint
  97. node_modules/**
  98. # VSCode (Visual Basic Code)
  99. **.code-workspace
  100. no-git/**
  101. !.vscode/settings.json
  102. !.vscode/tasks.json
  103. !.vscode/launch.json
  104. !.vscode/extensions.json
  105. !.vscode/*.code-snippets
  106. # Local History for Visual Studio Code
  107. .history/
  108. # Built Visual Studio Code Extensions
  109. *.vsix
  110. ### VisualStudioCode Patch ###
  111. # Ignore all local history of files
  112. .history
  113. .ionide
  114. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
  115. # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
  116. ### Intellij ###
  117. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
  118. # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
  119. # User-specific stuff
  120. .idea/**/workspace.xml
  121. .idea/**/tasks.xml
  122. .idea/**/usage.statistics.xml
  123. .idea/**/dictionaries
  124. .idea/**/shelf
  125. # AWS User-specific
  126. .idea/**/aws.xml
  127. # Generated files
  128. .idea/**/contentModel.xml
  129. # Sensitive or high-churn files
  130. .idea/**/dataSources/
  131. .idea/**/dataSources.ids
  132. .idea/**/dataSources.local.xml
  133. .idea/**/sqlDataSources.xml
  134. .idea/**/dynamic.xml
  135. .idea/**/uiDesigner.xml
  136. .idea/**/dbnavigator.xml
  137. # Gradle
  138. .idea/**/gradle.xml
  139. .idea/**/libraries
  140. # Gradle and Maven with auto-import
  141. # When using Gradle or Maven with auto-import, you should exclude module files,
  142. # since they will be recreated, and may cause churn. Uncomment if using
  143. # auto-import.
  144. # .idea/artifacts
  145. # .idea/compiler.xml
  146. # .idea/jarRepositories.xml
  147. # .idea/modules.xml
  148. # .idea/*.iml
  149. # .idea/modules
  150. # *.iml
  151. # *.ipr
  152. # CMake
  153. cmake-build-*/
  154. # Mongo Explorer plugin
  155. .idea/**/mongoSettings.xml
  156. # File-based project format
  157. *.iws
  158. # IntelliJ
  159. out/
  160. # mpeltonen/sbt-idea plugin
  161. .idea_modules/
  162. # JIRA plugin
  163. atlassian-ide-plugin.xml
  164. # Cursive Clojure plugin
  165. .idea/replstate.xml
  166. # SonarLint plugin
  167. .idea/sonarlint/
  168. # Crashlytics plugin (for Android Studio and IntelliJ)
  169. com_crashlytics_export_strings.xml
  170. crashlytics.properties
  171. crashlytics-build.properties
  172. fabric.properties
  173. # Editor-based Rest Client
  174. .idea/httpRequests
  175. # Android studio 3.1+ serialized cache file
  176. .idea/caches/build_file_checksums.ser
  177. ### Intellij Patch ###
  178. # Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721
  179. # *.iml
  180. # modules.xml
  181. # .idea/misc.xml
  182. # *.ipr
  183. # Sonarlint plugin
  184. # https://plugins.jetbrains.com/plugin/7973-sonarlint
  185. .idea/**/sonarlint/
  186. # SonarQube Plugin
  187. # https://plugins.jetbrains.com/plugin/7238-sonarqube-community-plugin
  188. .idea/**/sonarIssues.xml
  189. # Markdown Navigator plugin
  190. # https://plugins.jetbrains.com/plugin/7896-markdown-navigator-enhanced
  191. .idea/**/markdown-navigator.xml
  192. .idea/**/markdown-navigator-enh.xml
  193. .idea/**/markdown-navigator/
  194. # Cache file creation bug
  195. # See https://youtrack.jetbrains.com/issue/JBR-2257
  196. .idea/$CACHE_FILE$
  197. # CodeStream plugin
  198. # https://plugins.jetbrains.com/plugin/12206-codestream
  199. .idea/codestream.xml
  200. # Azure Toolkit for IntelliJ plugin
  201. # https://plugins.jetbrains.com/plugin/8053-azure-toolkit-for-intellij
  202. .idea/**/azureSettings.xml
  203. ### SSH ###
  204. **/.ssh/id_*
  205. **/.ssh/*_id_*
  206. **/.ssh/known_hosts
  207. ### Vim ###
  208. # Swap
  209. [._]*.s[a-v][a-z]
  210. !*.svg # comment out if you don't need vector files
  211. [._]*.sw[a-p]
  212. [._]s[a-rt-v][a-z]
  213. [._]ss[a-gi-z]
  214. [._]sw[a-p]
  215. # Session
  216. Session.vim
  217. Sessionx.vim
  218. # Temporary
  219. .netrwhist
  220. # Auto-generated tag files
  221. tags
  222. # Persistent undo
  223. [._]*.un~