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
# Local working notes
GAP_ANALYSIS.md
# Coverage & profiling (root-level artifacts only; anchored so they don't
# swallow source dirs such as tests/parse/coverage/)
*.profraw
*.profdata
/tarpaulin-report.html
/coverage/
/coverage-html*/
/coverage.json
/lcov.info
# Fuzzing
fuzz/corpus/
fuzz/artifacts/
# Merge conflicts
*.orig
# Build artifacts
/target
__pycache__/
# Debian build artifacts
debian/cargo-home/
debian/podup/
debian/debhelper-build-stamp
debian/files
debian/*.substvars
debian/*.log
.cargo/config.toml
# Host-specific benchmark output (published numbers live in README)
bench/results/
# Local tooling scratch directories. These are ignored on my machine by a global
# gitignore and by .git/info/exclude, neither of which travels with the repo —
# so on a fresh clone, on CI, or for anyone else, they were unprotected. This is
# a public repository and a single `git add -A` would publish them permanently.
.claude/
.superpowers/
.playwright-mcp/