.gitignore 4.0 KB

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