Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

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