Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

222 lines
3.6KB

  1. # Repo-specific DockerIgnore -------------------------------------------------------------------------------------------
  2. #.git
  3. .cache
  4. .idea
  5. runs
  6. output
  7. coco
  8. storage.googleapis.com
  9. data/samples/*
  10. **/results*.csv
  11. *.jpg
  12. # Neural Network weights -----------------------------------------------------------------------------------------------
  13. **/*.pt
  14. **/*.pth
  15. **/*.onnx
  16. **/*.engine
  17. **/*.mlmodel
  18. **/*.torchscript
  19. **/*.torchscript.pt
  20. **/*.tflite
  21. **/*.h5
  22. **/*.pb
  23. *_saved_model/
  24. *_web_model/
  25. # Below Copied From .gitignore -----------------------------------------------------------------------------------------
  26. # Below Copied From .gitignore -----------------------------------------------------------------------------------------
  27. # GitHub Python GitIgnore ----------------------------------------------------------------------------------------------
  28. # Byte-compiled / optimized / DLL files
  29. __pycache__/
  30. *.py[cod]
  31. *$py.class
  32. # C extensions
  33. *.so
  34. # Distribution / packaging
  35. .Python
  36. env/
  37. build/
  38. develop-eggs/
  39. dist/
  40. downloads/
  41. eggs/
  42. .eggs/
  43. lib/
  44. lib64/
  45. parts/
  46. sdist/
  47. var/
  48. wheels/
  49. *.egg-info/
  50. wandb/
  51. .installed.cfg
  52. *.egg
  53. # PyInstaller
  54. # Usually these files are written by a python script from a template
  55. # before PyInstaller builds the exe, so as to inject date/other infos into it.
  56. *.manifest
  57. *.spec
  58. # Installer logs
  59. pip-log.txt
  60. pip-delete-this-directory.txt
  61. # Unit test / coverage reports
  62. htmlcov/
  63. .tox/
  64. .coverage
  65. .coverage.*
  66. .cache
  67. nosetests.xml
  68. coverage.xml
  69. *.cover
  70. .hypothesis/
  71. # Translations
  72. *.mo
  73. *.pot
  74. # Django stuff:
  75. *.log
  76. local_settings.py
  77. # Flask stuff:
  78. instance/
  79. .webassets-cache
  80. # Scrapy stuff:
  81. .scrapy
  82. # Sphinx documentation
  83. docs/_build/
  84. # PyBuilder
  85. target/
  86. # Jupyter Notebook
  87. .ipynb_checkpoints
  88. # pyenv
  89. .python-version
  90. # celery beat schedule file
  91. celerybeat-schedule
  92. # SageMath parsed files
  93. *.sage.py
  94. # dotenv
  95. .env
  96. # virtualenv
  97. .venv*
  98. venv*/
  99. ENV*/
  100. # Spyder project settings
  101. .spyderproject
  102. .spyproject
  103. # Rope project settings
  104. .ropeproject
  105. # mkdocs documentation
  106. /site
  107. # mypy
  108. .mypy_cache/
  109. # https://github.com/github/gitignore/blob/master/Global/macOS.gitignore -----------------------------------------------
  110. # General
  111. .DS_Store
  112. .AppleDouble
  113. .LSOverride
  114. # Icon must end with two \r
  115. Icon
  116. Icon?
  117. # Thumbnails
  118. ._*
  119. # Files that might appear in the root of a volume
  120. .DocumentRevisions-V100
  121. .fseventsd
  122. .Spotlight-V100
  123. .TemporaryItems
  124. .Trashes
  125. .VolumeIcon.icns
  126. .com.apple.timemachine.donotpresent
  127. # Directories potentially created on remote AFP share
  128. .AppleDB
  129. .AppleDesktop
  130. Network Trash Folder
  131. Temporary Items
  132. .apdisk
  133. # https://github.com/github/gitignore/blob/master/Global/JetBrains.gitignore
  134. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
  135. # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
  136. # User-specific stuff:
  137. .idea/*
  138. .idea/**/workspace.xml
  139. .idea/**/tasks.xml
  140. .idea/dictionaries
  141. .html # Bokeh Plots
  142. .pg # TensorFlow Frozen Graphs
  143. .avi # videos
  144. # Sensitive or high-churn files:
  145. .idea/**/dataSources/
  146. .idea/**/dataSources.ids
  147. .idea/**/dataSources.local.xml
  148. .idea/**/sqlDataSources.xml
  149. .idea/**/dynamic.xml
  150. .idea/**/uiDesigner.xml
  151. # Gradle:
  152. .idea/**/gradle.xml
  153. .idea/**/libraries
  154. # CMake
  155. cmake-build-debug/
  156. cmake-build-release/
  157. # Mongo Explorer plugin:
  158. .idea/**/mongoSettings.xml
  159. ## File-based project format:
  160. *.iws
  161. ## Plugin-specific files:
  162. # IntelliJ
  163. out/
  164. # mpeltonen/sbt-idea plugin
  165. .idea_modules/
  166. # JIRA plugin
  167. atlassian-ide-plugin.xml
  168. # Cursive Clojure plugin
  169. .idea/replstate.xml
  170. # Crashlytics plugin (for Android Studio and IntelliJ)
  171. com_crashlytics_export_strings.xml
  172. crashlytics.properties
  173. crashlytics-build.properties
  174. fabric.properties