You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

253 lines
3.9KB

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