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
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
# generated
/toolchain/
/dist/
/out/
/debug/
/download/
*.out
/.mypy_cache/
/.ruff_cache/
/.rumdl_cache/
# folders to git ignore
/*.gi
/gi/
# gems
/gems/
# hive
derby.log
dfs/
metastore_db/
# c, c++ stuff
*.o
*.so
*.a
*.dis
/Makefile.bak
*.o.ur-safe
*.oo
*.elf
*.dep
/core.*
lib*.so.*
*.gch
*.pchi
*.gcda
*.map
*.bin
# kernel stuff
*.ko
# *.mod
*.mod.c
*.mod.cmd
.*.o.cmd
.*.ko.cmd
.*.o.tmp
.*.o.d
.tmp_versions
Module.symvers
modules.order
*.objdump
/src/kernel/.*.tmp
.modules.*.cmd
.Module.*.cmd
/flags.cfg
# device tree binary files and binary overlay files
*.dtb
*.dtbo
# sphinx
/docs/_build/
/docs/.doctrees/
# mdBook build output
/docs/book/
# installations
/external/
/install/
*.tar.gz
# python
__pycache__/
*.py
/wheel/
/.venv/
.coverage
.coverage.*
coverage.xml
*.egg-info/
# mine
# error files left by the bashy prompt plugins (.uv.sync.errors,
# .pydmt.build.errors, ...); unanchored because a sub-project's
# pyproject root can sit below the git root
.*.errors
/.pydmt/
*.stamp
*.stamp.*
# java
*.class
*.jar
*.war
*.ear
*.jsa
/.mtj.tmp/
/hs_err_pid*
# node modules
node_modules/
# ppt, pdf
/doc/odp/*.pdf
/doc/odp/*.ppt
# intel compiler pgo
*.dyn
*.dpi
# *.lock
# dwarf dynamic debug info
*.dwo
# locks by open office
.~lock.*
# haskell
*.hi
# clojure
.cpcache/
# repositries of deb packages
/deb/mypackage/DEBIAN/control
# generic
*.log
*.swp
# scons
.sconsign.dblite
# DS_Store
.DS_Store
# Java stuff
.gradle/
target/
build/
# Jupyter notebooks
.ipynb_checkpoints/
# c#
# **/obj/ and **/bin/ match at any depth, which is what .NET output needs
# (src/<proj>/bin, src/<proj>/obj). The un-globbed [Oo]bj/ and [Bb]in/ that
# used to follow were redundant with these two and are gone.
**/obj/
**/bin/
# perl-meta keeps real Perl sources under perl/bin/Meta/, not build output.
!/perl/bin/
# flash/air
*.swf
*.air
*.apk
*.ipa
bin-debug/
bin-release/
# vscode
.vscode/
# qemu
*.qcow2
*.iso
# jetbrains and eclipse
.cache
.settings
.settings/
.classpath
.project
.project.xml
.idea/
build.properties
# spark
spark-warehouse/
# terraform
.terraform*
/.terraform/
terraform.tfstate
terraform.tfstate.backup
/terraform.lock.hcl
# scala
# Anchored: sbt's build dir is at the repo root. Unanchored, this also
# swallowed source directories named project/ nested under src/.
/project/
# rust
**/*.rs.bk
**/mutants.out*/
*.pdb
# Anchored: this is the root debug build dir. Unanchored (and without a
# trailing slash) it matched any file or directory named debug at any depth,
# including authored example content.
/debug/
/.rsconstruct_cache.json
# claude
/.claude/
/claude/
.claude/projects/
.claude/settings.local.json
# static sites
/_site/
/public/
/media/
/static/build_info.toml
/static/shared-themes/
/build_info.json
# manim
/.manim_scratch/
# terms
/terms.ambiguous/
/terms.single_meaning/
# stm32 demos
/STM32CubeWL/
/exercises/*/*/.obj/
/exercises/*/*/app*.elf
/exercises/*/*/app*.map
/exercises/*/*/firmware*.bin
/exercises/common/.hal_obj_cm0/
/exercises/common/.hal_obj_cm4/
/exercises/common/.rsc_hal_obj_cm0/
/exercises/common/.rsc_hal_obj_cm4/
/exercises/common/libhal_cm0.a
/exercises/common/libhal_cm4.a
/exercises/common/libhal_rsc_cm0.a
/exercises/common/libhal_rsc_cm4.a
# secrets
creds.txt
# rsconstruct
/.rsconstruct/
# generated website pieces (built into the Pages artifact by CI)
/docs/output/
/docs/index.html
# sphinx html output: the 14 py* repos render docs/ from sphinx/ and publish
# it as the Pages artifact, so none of it is committed. Listed path by path
# rather than as /docs/ because the rs* repos keep hand-written mdBook
# sources there, and several others keep authored html.
/docs/_modules/
/docs/_sources/
/docs/_static/
/docs/.buildinfo
/docs/objects.inv
/docs/searchindex.js
/docs/.nojekyll
# sphinx's top-level html. Not a blanket /docs/*.html: js-jschess and the
# site-personal-* repos keep hand-authored html under docs/. The fixed pages
# (genindex, modules, search) and the authored-rst pages some repos render
# (architecture, notes, ...) are listed by name; the one-page-per-module
# output is /docs/py*.html, since every package here is named py*.
/docs/architecture.html
/docs/cli-reference.html
/docs/development.html
/docs/genindex.html
/docs/modules.html
/docs/notes.html
/docs/overview.html
/docs/py*.html
/docs/quota-guide.html
/docs/search.html
# per-machine tool resolution cache (absolute paths, not portable)
/.tools.versions