.gitignore 4.0 KB

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