-
Notifications
You must be signed in to change notification settings - Fork 509
Expand file tree
/
Copy path.gitignore
More file actions
321 lines (276 loc) · 5.29 KB
/
Copy path.gitignore
File metadata and controls
321 lines (276 loc) · 5.29 KB
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
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
# Build artifacts
target/
build/
dist/
.polylint/
# Ad-hoc PDF/image debug binaries
/check_pdf_oxide
/check_*
# Hand-authored WASM JS distribution files (intentionally committed)
!crates/xberg-wasm/dist/index.js
!crates/xberg-wasm/dist/extraction/files.js
!crates/xberg-wasm/dist/ocr/enabler.js
.lycheecache
dist-musl/
*.so
*.dylib
*.dll
*.pdb
*.node
*.whl
*.tar.gz
*.gem
*.jar
wheels/
**/bin/
!**/src/bin/
**/obj/
# Rust
*.rs.bk
*.profraw
rust-coverage.lcov
rust_out
# Python
*.py[cod]
*$py.class
*.egg-info/
__pycache__/
.venv/
.mypy_cache/
.ruff_cache/
.pytest_cache/
.hypothesis/
.coverage
.coverage*
.e2e-logs/
htmlcov/
share/python-wheels/
prompt_template.egg-info/
packages/python/xberg/xberg-cli
# Node.js / WASM
node_modules/
*.tsbuildinfo
npm-debug.log*
pnpm-debug.log*
yarn-debug.log*
yarn-error.log*
# NAPI-RS generated files (index.js and index.d.ts are committed for TypeScript type resolution)
crates/xberg-node/*.tgz
# ORT dylibs are copied to crates/xberg-node/ at build time and included in npm publish
# despite the global *.dylib/*.so/*.dll rules below
!crates/xberg-node/*.dylib
!crates/xberg-node/*.so
!crates/xberg-node/*.dll
.wrangler/
.pnpm-store/
# Ruby
packages/ruby/.bundle/
packages/ruby/vendor/
!packages/ruby/vendor/rb-sys/
!vendor/rb-sys/build/
!vendor/rb-sys/build/**
*.Cache
.yardoc/
# PHP
vendor/
!crates/xberg-candle-ocr/src/vendor/
php-xberg.ini
packages/php/php-xberg.ini
packages/php/tests.xml
packages/php/var/
.php-cs-fixer.cache
# Swift / SwiftPM / Xcode
.build/
.swiftpm/
# Legacy SwiftPM resolved-packages dir — anchored to packages/swift/ so it
# does NOT match our top-level packages/ directory on macOS case-insensitive
# filesystems (where the bare `Packages/` pattern previously matched and
# silently dropped packages/dart/pubspec.yaml + 9 other scaffold files from
# the index during regen).
packages/swift/**/Packages/
Package.resolved
*.xcodeproj/
*.xcworkspace/
DerivedData/
# Java / C# / .NET
*.suo
*.user
*.cscfg
*.cobertura.xml
TestResults/
# Generated test apps (e2e-generator --mode published)
test_apps/
# Elixir
.nox/
# Go
packages/go/v*/install
# C FFI
crates/xberg-ffi/tests/c/test_*
!crates/xberg-ffi/tests/c/test_*.c
crates/xberg-ffi/tests/c/*.o
crates/xberg-ffi/tests/c/*.dSYM/
e2e/c/test_*
!e2e/c/test_*.c
e2e/c/*.o
e2e/c/*.dSYM/
# Generated pkg-config
*.pc
# Coverage
coverage/
coverage.info
coverage.json
coverage.lcov
coverage.out
coverage.xml
packages/*/.coverage
packages/*/coverage.json
packages/*/coverage.out
packages/*/htmlcov/
packages/*/test-results/
packages/*/TestResults/
# IDE / Editor
.idea/
*.iml
.vscode/
.run/
.DS_store
# CI / Tools
.cache/
.tmp/
*temp/
*.temp
*.tmp
*.log
**/logs/
**/test_output.log
.mvn/
.tox/
.artifacts/
.remote-cache/
.rumdl_cache/
docker-logs/
# Benchmarks
benchmark-results/
benchmark_results.json
benchmarks/results/
!benchmarks/baselines/
aggregated-results/
results/
reports/
tests/benchmarks/results/
profiling-results/
profiling-results-*/
# Local perf-iteration artifacts (flamegraphs/ is committed; intermediate outputs are not)
profile.json.gz
profile.pb.gz
*.heap
bench/
# Docs
docs/_build/
docs/build/
docs/benchmarks/charts/
site/
# Elixir build artifacts (lock files MUST stay tracked — see CLAUDE.md
# task-runner / dependency-awareness rules and the brotli/alloc-no-stdlib
# regression that bit CI run 27492590406 because the NIF lock wasn't
# committed and the resolver picked a fresh broken combo).
packages/elixir/_build/
packages/elixir/deps/
e2e/elixir/_build/
e2e/elixir/deps/
e2e/elixir/config/
test_documents/_build/
test_documents/deps/
# Maven plugin artifacts
*.versionsBackup
# Gradle (Kotlin e2e)
e2e/kotlin/.gradle/
e2e/kotlin/build/
e2e/kotlin_android/.gradle/
e2e/kotlin_android/build/
# Ruby native build artifacts
packages/ruby/lib/*.bundle
packages/ruby/tmp/
# Tests
test_report.json
tests/e2e/logs/
tests/e2e/test_report.json
temp-test-*
packages/csharp/test_html_debug.cs
# AI / MCP / Agent config
.claude/
.codex/
.gemini/
.xberg/
.mcp.json
.playwright-mcp/
.fastembed_cache/
*/.fastembed_cache/
AGENTS.md
CLAUDE.md
GEMINI.md
.cursorrules
.windsurfrules
[Tt][Oo][Dd][Oo]*
# Git worktrees
.worktrees/
# Misc
.env
output.txt
examples.txt
requirements.txt
docker-compose.yaml
/tmp/xberg-docker-test-results.json
tools/benchmark-harness/datasets/
tools/benchmark-harness/vendored/docling/md/iso_21111_10.md
visualizations/
# Additional generated artifacts
.alef/
*.pyd
.gems/
vendor/bundle/
*.h.bak
*.test
*.class
bin/
obj/
*.nupkg
pkg/
# Local dev artifacts
docs/demo-dev.html
docs/serve.json
demo-loaded.png
scratch/
.php-cs-fixer.*
e2e/zig/.zig-cache/
# Swift e2e build artifacts (Swift Package Manager)
e2e/swift/.build/
e2e/swift/.swiftpm/
e2e/swift/Package.resolved
e2e/swift_e2e/.build/
e2e/swift_e2e/.swiftpm/
e2e/swift_e2e/Package.resolved
# Dart e2e build artifacts (lock file tracked for reproducibility)
e2e/dart/.dart_tool/
e2e/dart/build/
# Dart FRB codegen cache (incremental build optimization)
packages/dart/rust/.frb_codegen_hash
# Go e2e build artifacts
e2e/go/vendor/
erl_crash.dump
.gradle/
packages/go/.lib/
.build/
# basemind code-map index (local tooling)
.basemind/
.bench-rc32/
build-output-musl-node/
# BEGIN ai-rulez (DO NOT EDIT - managed by ai-rulez)
.agents/
.ai-rulez/.generated-manifest.json
.cursor/
.github/agents/
.github/commands/
.github/copilot-instructions.md
.github/skills/
# END ai-rulez