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.5KB

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