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
target
# These are backup files generated by rustfmt
**/*.rs.bk
Cargo.lock
.idea
.DS_Store
*.bz2
*.gz
examples/debug-file.rs
.env
.claude
*.pcap
*.bin
# local benchmark results
benchmarks
docs/
*.md
!DIAGNOSTIC_ITERATOR_DESIGN.md
!examples/**/*.md
!src/wasm/**/*.md
!tests/fixtures/ripe/**/*.md
!tests/fixtures/ripe/**/*.gz
!tests/fixtures/packetlife/**/*.md
# WASM build artifacts
pkg/
pkg-*/
node_modules/
.wrangler/
# test artifact from core-dump parser tests
mrt_core_dump
# ts-rs default export dir (canonical bindings live in src/wasm/js/generated)
bindings/