/target
.DS_Store
*.swp
*.swo
*~
*.orig
*.bak
.idea/
.vscode/
.claude/

# Test files
secrets.template.*.yaml
report.json
test.json
test.zip
test.sanitized.zip
profile.yaml
secrets.yaml
test.yaml

# Built-in app configs are intentionally tracked
!apps/**/profile.yaml
!apps/**/secrets.yaml

# Root-level Deno workspace files (generated by running deno from repo root)
deno.json
deno.lock

# Compiled MCP server artifacts (built via `deno compile` / released from CI)
/scour-secrets-mcp
/scour-secrets-mcp.exe

# Local FFI test harness (cdylib shim + Python/Go drivers); not part of the crate
/ffi-test/

# Local sanitize-run output dirs (e.g. <name>-sanitized/); never part of the crate
*-sanitized/

# cargo-fuzz build artifacts and corpora (fuzz/Cargo.lock is tracked for repro)
/fuzz/target/
/fuzz/corpus/
/fuzz/artifacts/

# Local support-bundle test inputs/outputs (filenames can carry real hostnames)
gitlabsos*.tar.gz
