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
# Rust
/target
# Ad-hoc cargo target dirs (e.g. false-positive check runs)
*-target/
.fp-check-target/
# Node
node_modules/
/package-lock.json
vscode-extension/out/
vscode-extension/*.vsix
# Build output
www/dist/
www/.astro/
# OS
.DS_Store
# Local
.omx/
*.local.md
benchmarks/repos/
benchmarks/results*.md
.claude/
# Registry-coverage harness snapshot (cloned semgrep-rules; never committed).
# See src/bin/registry_coverage.rs and docs/parity/registry-coverage.md.
.registry-snapshot/
# Sync conflict artifacts
*.sync-conflict-*
# Local terminalizer artifacts
.terminalizer-bin/
assets/terminalizer/
assets/foxguard-terminalizer*.gif
www/public/foxguard-logo.png
# Local togi mutation-test artifacts
.togi-cache/
.togi.lock
togi.toml
# Local semgrep-rules registry snapshot used for ad-hoc coverage checks
.registry-snapshot/