Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

214 lines
3.5KB

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