.gitignore 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294
  1. # Created by https://www.toptal.com/developers/gitignore/api/python,pycharm
  2. # Edit at https://www.toptal.com/developers/gitignore?templates=python,pycharm
  3. ### PyCharm ###
  4. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
  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. # AWS User-specific
  13. .idea/**/aws.xml
  14. # Generated files
  15. .idea/**/contentModel.xml
  16. # Sensitive or high-churn files
  17. .idea/**/dataSources/
  18. .idea/**/dataSources.ids
  19. .idea/**/dataSources.local.xml
  20. .idea/**/sqlDataSources.xml
  21. .idea/**/dynamic.xml
  22. .idea/**/uiDesigner.xml
  23. .idea/**/dbnavigator.xml
  24. # Gradle
  25. .idea/**/gradle.xml
  26. .idea/**/libraries
  27. # Gradle and Maven with auto-import
  28. # When using Gradle or Maven with auto-import, you should exclude module files,
  29. # since they will be recreated, and may cause churn. Uncomment if using
  30. # auto-import.
  31. # .idea/artifacts
  32. # .idea/compiler.xml
  33. # .idea/jarRepositories.xml
  34. # .idea/modules.xml
  35. # .idea/*.iml
  36. # .idea/modules
  37. # *.iml
  38. # *.ipr
  39. # CMake
  40. cmake-build-*/
  41. # Mongo Explorer plugin
  42. .idea/**/mongoSettings.xml
  43. # File-based project format
  44. *.iws
  45. # IntelliJ
  46. out/
  47. # mpeltonen/sbt-idea plugin
  48. .idea_modules/
  49. # JIRA plugin
  50. atlassian-ide-plugin.xml
  51. # Cursive Clojure plugin
  52. .idea/replstate.xml
  53. # SonarLint plugin
  54. .idea/sonarlint/
  55. # Crashlytics plugin (for Android Studio and IntelliJ)
  56. com_crashlytics_export_strings.xml
  57. crashlytics.properties
  58. crashlytics-build.properties
  59. fabric.properties
  60. # Editor-based Rest Client
  61. .idea/httpRequests
  62. # Android studio 3.1+ serialized cache file
  63. .idea/caches/build_file_checksums.ser
  64. ### PyCharm Patch ###
  65. # Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721
  66. # *.iml
  67. # modules.xml
  68. # .idea/misc.xml
  69. # *.ipr
  70. # Sonarlint plugin
  71. # https://plugins.jetbrains.com/plugin/7973-sonarlint
  72. .idea/**/sonarlint/
  73. # SonarQube Plugin
  74. # https://plugins.jetbrains.com/plugin/7238-sonarqube-community-plugin
  75. .idea/**/sonarIssues.xml
  76. # Markdown Navigator plugin
  77. # https://plugins.jetbrains.com/plugin/7896-markdown-navigator-enhanced
  78. .idea/**/markdown-navigator.xml
  79. .idea/**/markdown-navigator-enh.xml
  80. .idea/**/markdown-navigator/
  81. # Cache file creation bug
  82. # See https://youtrack.jetbrains.com/issue/JBR-2257
  83. .idea/$CACHE_FILE$
  84. # CodeStream plugin
  85. # https://plugins.jetbrains.com/plugin/12206-codestream
  86. .idea/codestream.xml
  87. # Azure Toolkit for IntelliJ plugin
  88. # https://plugins.jetbrains.com/plugin/8053-azure-toolkit-for-intellij
  89. .idea/**/azureSettings.xml
  90. ### Python ###
  91. # Byte-compiled / optimized / DLL files
  92. __pycache__/
  93. *.py[cod]
  94. *$py.class
  95. # C extensions
  96. *.so
  97. # Distribution / packaging
  98. .Python
  99. build/
  100. develop-eggs/
  101. dist/
  102. downloads/
  103. eggs/
  104. .eggs/
  105. lib/
  106. lib64/
  107. parts/
  108. sdist/
  109. var/
  110. wheels/
  111. share/python-wheels/
  112. *.egg-info/
  113. .installed.cfg
  114. *.egg
  115. MANIFEST
  116. # PyInstaller
  117. # Usually these files are written by a python script from a template
  118. # before PyInstaller builds the exe, so as to inject date/other infos into it.
  119. *.manifest
  120. *.spec
  121. # Installer logs
  122. pip-log.txt
  123. pip-delete-this-directory.txt
  124. # Unit test / coverage reports
  125. htmlcov/
  126. .tox/
  127. .nox/
  128. .coverage
  129. .coverage.*
  130. .cache
  131. nosetests.xml
  132. coverage.xml
  133. *.cover
  134. *.py,cover
  135. .hypothesis/
  136. .pytest_cache/
  137. cover/
  138. # Translations
  139. *.mo
  140. *.pot
  141. # Django stuff:
  142. *.log
  143. local_settings.py
  144. db.sqlite3
  145. db.sqlite3-journal
  146. # Flask stuff:
  147. instance/
  148. .webassets-cache
  149. # Scrapy stuff:
  150. .scrapy
  151. # Sphinx documentation
  152. docs/_build/
  153. # PyBuilder
  154. .pybuilder/
  155. target/
  156. # Jupyter Notebook
  157. .ipynb_checkpoints
  158. # IPython
  159. profile_default/
  160. ipython_config.py
  161. # pyenv
  162. # For a library or package, you might want to ignore these files since the code is
  163. # intended to run in multiple environments; otherwise, check them in:
  164. # .python-version
  165. # pipenv
  166. # According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
  167. # However, in case of collaboration, if having platform-specific dependencies or dependencies
  168. # having no cross-platform support, pipenv may install dependencies that don't work, or not
  169. # install all needed dependencies.
  170. #Pipfile.lock
  171. # poetry
  172. # Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.
  173. # This is especially recommended for binary packages to ensure reproducibility, and is more
  174. # commonly ignored for libraries.
  175. # https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
  176. #poetry.lock
  177. # pdm
  178. # Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.
  179. #pdm.lock
  180. # pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it
  181. # in version control.
  182. # https://pdm.fming.dev/#use-with-ide
  183. .pdm.toml
  184. # PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
  185. __pypackages__/
  186. # Celery stuff
  187. celerybeat-schedule
  188. celerybeat.pid
  189. # SageMath parsed files
  190. *.sage.py
  191. # Environments
  192. #.env
  193. .venv
  194. env/
  195. venv/
  196. ENV/
  197. env.bak/
  198. venv.bak/
  199. # Spyder project settings
  200. .spyderproject
  201. .spyproject
  202. # Rope project settings
  203. .ropeproject
  204. # mkdocs documentation
  205. /site
  206. # mypy
  207. .mypy_cache/
  208. .dmypy.json
  209. dmypy.json
  210. # Pyre type checker
  211. .pyre/
  212. # pytype static type analyzer
  213. .pytype/
  214. # Cython debug symbols
  215. cython_debug/
  216. # PyCharm
  217. # JetBrains specific template is maintained in a separate JetBrains.gitignore that can
  218. # be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
  219. # and can be added to the global gitignore or merged into this file. For a more nuclear
  220. # option (not recommended) you can uncomment the following to ignore the entire idea folder.
  221. .idea/
  222. ### Python Patch ###
  223. # Poetry local configuration file - https://python-poetry.org/docs/configuration/#local-configuration
  224. poetry.toml
  225. # ruff
  226. .ruff_cache/
  227. # LSP config files
  228. pyrightconfig.json
  229. # custom
  230. myenv/
  231. *.pid
  232. # End of https://www.toptal.com/developers/gitignore/api/python,pycharm