.gitignore 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249
  1. # Created by https://www.gitignore.io/api/python,sublimetext,pycharm+all,visualstudiocode
  2. # Edit at https://www.gitignore.io/?templates=python,sublimetext,pycharm+all,visualstudiocode
  3. ### PyCharm+all ###
  4. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
  5. # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
  6. # User-specific stuff
  7. .idea/**/workspace.xml
  8. .idea/**/tasks.xml
  9. .idea/**/usage.statistics.xml
  10. .idea/**/dictionaries
  11. .idea/**/shelf
  12. # Generated files
  13. .idea/**/contentModel.xml
  14. # Sensitive or high-churn files
  15. .idea/**/dataSources/
  16. .idea/**/dataSources.ids
  17. .idea/**/dataSources.local.xml
  18. .idea/**/sqlDataSources.xml
  19. .idea/**/dynamic.xml
  20. .idea/**/uiDesigner.xml
  21. .idea/**/dbnavigator.xml
  22. # Gradle
  23. .idea/**/gradle.xml
  24. .idea/**/libraries
  25. # Gradle and Maven with auto-import
  26. # When using Gradle or Maven with auto-import, you should exclude module files,
  27. # since they will be recreated, and may cause churn. Uncomment if using
  28. # auto-import.
  29. # .idea/modules.xml
  30. # .idea/*.iml
  31. # .idea/modules
  32. # CMake
  33. cmake-build-*/
  34. # Mongo Explorer plugin
  35. .idea/**/mongoSettings.xml
  36. # File-based project format
  37. *.iws
  38. # IntelliJ
  39. out/
  40. # mpeltonen/sbt-idea plugin
  41. .idea_modules/
  42. # JIRA plugin
  43. atlassian-ide-plugin.xml
  44. # Cursive Clojure plugin
  45. .idea/replstate.xml
  46. # Crashlytics plugin (for Android Studio and IntelliJ)
  47. com_crashlytics_export_strings.xml
  48. crashlytics.properties
  49. crashlytics-build.properties
  50. fabric.properties
  51. # Editor-based Rest Client
  52. .idea/httpRequests
  53. # Android studio 3.1+ serialized cache file
  54. .idea/caches/build_file_checksums.ser
  55. ### PyCharm+all Patch ###
  56. # Ignores the whole .idea folder and all .iml files
  57. # See https://github.com/joeblau/gitignore.io/issues/186 and https://github.com/joeblau/gitignore.io/issues/360
  58. .idea/
  59. # Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-249601023
  60. *.iml
  61. modules.xml
  62. .idea/misc.xml
  63. *.ipr
  64. ### Python ###
  65. # Byte-compiled / optimized / DLL files
  66. __pycache__/
  67. *.py[cod]
  68. *$py.class
  69. # C extensions
  70. *.so
  71. # Distribution / packaging
  72. .Python
  73. build/
  74. develop-eggs/
  75. dist/
  76. downloads/
  77. eggs/
  78. .eggs/
  79. lib/
  80. lib64/
  81. parts/
  82. sdist/
  83. var/
  84. wheels/
  85. share/python-wheels/
  86. *.egg-info/
  87. .installed.cfg
  88. *.egg
  89. MANIFEST
  90. # PyInstaller
  91. # Usually these files are written by a python script from a template
  92. # before PyInstaller builds the exe, so as to inject date/other infos into it.
  93. *.manifest
  94. *.spec
  95. # Installer logs
  96. pip-log.txt
  97. pip-delete-this-directory.txt
  98. # Unit test / coverage reports
  99. htmlcov/
  100. .tox/
  101. .nox/
  102. .coverage
  103. .coverage.*
  104. .cache
  105. nosetests.xml
  106. coverage.xml
  107. *.cover
  108. .hypothesis/
  109. .pytest_cache/
  110. # Translations
  111. *.mo
  112. *.pot
  113. # Django stuff:
  114. *.log
  115. local_settings.py
  116. db.sqlite3
  117. # Flask stuff:
  118. instance/
  119. .webassets-cache
  120. # Scrapy stuff:
  121. .scrapy
  122. # Sphinx documentation
  123. docs/_build/
  124. # PyBuilder
  125. target/
  126. # Jupyter Notebook
  127. .ipynb_checkpoints
  128. # IPython
  129. profile_default/
  130. ipython_config.py
  131. # pyenv
  132. .python-version
  133. # celery beat schedule file
  134. celerybeat-schedule
  135. # SageMath parsed files
  136. *.sage.py
  137. # Environments
  138. .env
  139. .venv
  140. env/
  141. venv/
  142. ENV/
  143. env.bak/
  144. venv.bak/
  145. # Spyder project settings
  146. .spyderproject
  147. .spyproject
  148. # Rope project settings
  149. .ropeproject
  150. # mkdocs documentation
  151. /site
  152. # mypy
  153. .mypy_cache/
  154. .dmypy.json
  155. dmypy.json
  156. # Pyre type checker
  157. .pyre/
  158. ### Python Patch ###
  159. .venv/
  160. ### SublimeText ###
  161. # Cache files for Sublime Text
  162. *.tmlanguage.cache
  163. *.tmPreferences.cache
  164. *.stTheme.cache
  165. # Workspace files are user-specific
  166. *.sublime-workspace
  167. # Project files should be checked into the repository, unless a significant
  168. # proportion of contributors will probably not be using Sublime Text
  169. # *.sublime-project
  170. # SFTP configuration file
  171. sftp-config.json
  172. # Package control specific files
  173. Package Control.last-run
  174. Package Control.ca-list
  175. Package Control.ca-bundle
  176. Package Control.system-ca-bundle
  177. Package Control.cache/
  178. Package Control.ca-certs/
  179. Package Control.merged-ca-bundle
  180. Package Control.user-ca-bundle
  181. oscrypto-ca-bundle.crt
  182. bh_unicode_properties.cache
  183. # Sublime-github package stores a github token in this file
  184. # https://packagecontrol.io/packages/sublime-github
  185. GitHub.sublime-settings
  186. ### VisualStudioCode ###
  187. .vscode/*
  188. !.vscode/settings.json
  189. !.vscode/tasks.json
  190. !.vscode/launch.json
  191. !.vscode/extensions.json
  192. ### VisualStudioCode Patch ###
  193. # Ignore all local history of files
  194. .history
  195. # End of https://www.gitignore.io/api/python,sublimetext,pycharm+all,visualstudiocode