Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

246 lines
3.7KB

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