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.

.dockerignore 3.6KB

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