Add .local/ and HANDOFF-FINDINGS.local.md to .gitignore so session handoff artifacts (NEXT-SESSION-PROMPT.local.md, scratch findings) do not leak into commits. Pre-flight for Batch C v7.3.0.
16 lines
220 B
Text
16 lines
220 B
Text
node_modules/
|
|
.DS_Store
|
|
coverage/
|
|
harness-events.jsonl
|
|
*.log
|
|
reports/baselines/*.json
|
|
reports/watch/config.json
|
|
reports/watch/latest.json
|
|
.env
|
|
.env.*
|
|
*.key
|
|
*.pem
|
|
credentials.*
|
|
secrets.*
|
|
.local/
|
|
HANDOFF-FINDINGS.local.md
|