Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

251 rinda
3.8KB

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