# 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/
