# Rust build artifacts
/target/
Cargo.lock

# WASM build output
/pkg/

# Lean build artifacts
/lean/.lake/
/lean/.elan/

# IDE and editor files
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store

# Test artifacts
/proptest-regressions/
/fuzz/target/
/fuzz/corpus/
/fuzz/artifacts/

# Mutation testing output (should go to target/, but ignore root just in case)
/mutants.out/
/mutants.out.old/

# Node modules
node_modules/
bun.lock

# Coverage reports
*.profraw
*.profdata
/coverage/

# Debug files
*.pdb

# Generated index files (rebuild with `sorex index`)
**/*.sorex
**/sorex.js
**/sorex.js.map

# Playwright
/tools/test-results/
/tools/playwright-report/

# Benchmark output (should go to target/, but ignore root just in case)
/benchmark-results.json

# Claude Code review outputs (inherited from parent project's slash commands)
.svelte-kit/
