.gitignore 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320
  1. ### macOS ###
  2. # General
  3. .DS_Store
  4. .AppleDouble
  5. .LSOverride
  6. # Icon must end with two \r
  7. Icon
  8. # Thumbnails
  9. ._*
  10. # Files that might appear in the root of a volume
  11. .DocumentRevisions-V100
  12. .fseventsd
  13. .Spotlight-V100
  14. .TemporaryItems
  15. .Trashes
  16. .VolumeIcon.icns
  17. .com.apple.timemachine.donotpresent
  18. # Directories potentially created on remote AFP share
  19. .AppleDB
  20. .AppleDesktop
  21. Network Trash Folder
  22. Temporary Items
  23. .apdisk
  24. ### macOS Patch ###
  25. # iCloud generated files
  26. *.icloud
  27. ### PyCharm+all ###
  28. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
  29. # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
  30. # User-specific stuff
  31. .idea/**/workspace.xml
  32. .idea/**/tasks.xml
  33. .idea/**/usage.statistics.xml
  34. .idea/**/dictionaries
  35. .idea/**/shelf
  36. # AWS User-specific
  37. .idea/**/aws.xml
  38. # Generated files
  39. .idea/**/contentModel.xml
  40. # Sensitive or high-churn files
  41. .idea/**/dataSources/
  42. .idea/**/dataSources.ids
  43. .idea/**/dataSources.local.xml
  44. .idea/**/sqlDataSources.xml
  45. .idea/**/dynamic.xml
  46. .idea/**/uiDesigner.xml
  47. .idea/**/dbnavigator.xml
  48. # Gradle
  49. .idea/**/gradle.xml
  50. .idea/**/libraries
  51. # Gradle and Maven with auto-import
  52. # When using Gradle or Maven with auto-import, you should exclude module files,
  53. # since they will be recreated, and may cause churn. Uncomment if using
  54. # auto-import.
  55. # .idea/artifacts
  56. # .idea/compiler.xml
  57. # .idea/jarRepositories.xml
  58. # .idea/modules.xml
  59. # .idea/*.iml
  60. # .idea/modules
  61. # *.iml
  62. # *.ipr
  63. # CMake
  64. cmake-build-*/
  65. # Mongo Explorer plugin
  66. .idea/**/mongoSettings.xml
  67. # File-based project format
  68. *.iws
  69. # IntelliJ
  70. out/
  71. # mpeltonen/sbt-idea plugin
  72. .idea_modules/
  73. # JIRA plugin
  74. atlassian-ide-plugin.xml
  75. # Cursive Clojure plugin
  76. .idea/replstate.xml
  77. # SonarLint plugin
  78. .idea/sonarlint/
  79. # Crashlytics plugin (for Android Studio and IntelliJ)
  80. com_crashlytics_export_strings.xml
  81. crashlytics.properties
  82. crashlytics-build.properties
  83. fabric.properties
  84. # Editor-based Rest Client
  85. .idea/httpRequests
  86. # Android studio 3.1+ serialized cache file
  87. .idea/caches/build_file_checksums.ser
  88. ### PyCharm+all Patch ###
  89. # Ignore everything but code style settings and run configurations
  90. # that are supposed to be shared within teams.
  91. .idea/*
  92. !.idea/codeStyles
  93. !.idea/runConfigurations
  94. ### Python ###
  95. # Byte-compiled / optimized / DLL files
  96. __pycache__/
  97. *.py[cod]
  98. *$py.class
  99. # C extensions
  100. *.so
  101. # Distribution / packaging
  102. .Python
  103. build/
  104. develop-eggs/
  105. dist/
  106. downloads/
  107. eggs/
  108. .eggs/
  109. lib/
  110. lib64/
  111. parts/
  112. sdist/
  113. var/
  114. wheels/
  115. share/python-wheels/
  116. *.egg-info/
  117. .installed.cfg
  118. *.egg
  119. MANIFEST
  120. # PyInstaller
  121. # Usually these files are written by a python script from a template
  122. # before PyInstaller builds the exe, so as to inject date/other infos into it.
  123. *.manifest
  124. *.spec
  125. # Installer logs
  126. pip-log.txt
  127. pip-delete-this-directory.txt
  128. # Unit test / coverage reports
  129. htmlcov/
  130. .tox/
  131. .nox/
  132. .coverage
  133. .coverage.*
  134. .cache
  135. nosetests.xml
  136. coverage.xml
  137. *.cover
  138. *.py,cover
  139. .hypothesis/
  140. .pytest_cache/
  141. cover/
  142. # Translations
  143. *.mo
  144. *.pot
  145. # Django stuff:
  146. *.log
  147. local_settings.py
  148. db.sqlite3
  149. db.sqlite3-journal
  150. # Flask stuff:
  151. instance/
  152. .webassets-cache
  153. # Scrapy stuff:
  154. .scrapy
  155. # Sphinx documentation
  156. docs/_build/
  157. # PyBuilder
  158. .pybuilder/
  159. target/
  160. # Jupyter Notebook
  161. .ipynb_checkpoints
  162. # IPython
  163. profile_default/
  164. ipython_config.py
  165. # pyenv
  166. # For a library or package, you might want to ignore these files since the code is
  167. # intended to run in multiple environments; otherwise, check them in:
  168. # .python-version
  169. # pipenv
  170. # According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
  171. # However, in case of collaboration, if having platform-specific dependencies or dependencies
  172. # having no cross-platform support, pipenv may install dependencies that don't work, or not
  173. # install all needed dependencies.
  174. #Pipfile.lock
  175. # poetry
  176. # Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.
  177. # This is especially recommended for binary packages to ensure reproducibility, and is more
  178. # commonly ignored for libraries.
  179. # https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
  180. #poetry.lock
  181. # pdm
  182. # Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.
  183. #pdm.lock
  184. # pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it
  185. # in version control.
  186. # https://pdm.fming.dev/#use-with-ide
  187. .pdm.toml
  188. # PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
  189. __pypackages__/
  190. # Celery stuff
  191. celerybeat-schedule
  192. celerybeat.pid
  193. # SageMath parsed files
  194. *.sage.py
  195. # Environments
  196. .env
  197. .venv
  198. env/
  199. venv/
  200. ENV/
  201. env.bak/
  202. venv.bak/
  203. # Spyder project settings
  204. .spyderproject
  205. .spyproject
  206. # Rope project settings
  207. .ropeproject
  208. # mkdocs documentation
  209. /site
  210. # mypy
  211. .mypy_cache/
  212. .dmypy.json
  213. dmypy.json
  214. # Pyre type checker
  215. .pyre/
  216. # pytype static type analyzer
  217. .pytype/
  218. # Cython debug symbols
  219. cython_debug/
  220. # PyCharm
  221. # JetBrains specific template is maintained in a separate JetBrains.gitignore that can
  222. # be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
  223. # and can be added to the global gitignore or merged into this file. For a more nuclear
  224. # option (not recommended) you can uncomment the following to ignore the entire idea folder.
  225. #.idea/
  226. ### Python Patch ###
  227. # Poetry local configuration file - https://python-poetry.org/docs/configuration/#local-configuration
  228. poetry.toml
  229. # ruff
  230. .ruff_cache/
  231. # LSP config files
  232. pyrightconfig.json
  233. ### VisualStudioCode ###
  234. .vscode/*
  235. !.vscode/settings.json
  236. !.vscode/tasks.json
  237. !.vscode/launch.json
  238. !.vscode/extensions.json
  239. !.vscode/*.code-snippets
  240. # Local History for Visual Studio Code
  241. .history/
  242. # Built Visual Studio Code Extensions
  243. *.vsix
  244. ### VisualStudioCode Patch ###
  245. # Ignore all local history of files
  246. .history
  247. .ionide
  248. ### Project specific ###
  249. */.chroma/*
  250. jupyterhub-proxy.pid
  251. jupyterhub_cookie_secret
  252. jupyterhub.sqlite
  253. .vscode/settings.json