No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

.dockerignore 3.6KB

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