Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

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