Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

.dockerignore 3.5 KB

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
  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
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...