Skip to content

Commit fca7df9

Browse files
chore(gitignore): ignore generated .verisim/ sidecar artifacts (#154)
Salvage the .gitignore tidy from claude/gracious-curie-HS03A: ignore the generated .verisim/ sidecar artifacts (stores, `generate` scaffolds, and `<path>.lock` write-locks from the V-L2-F3/F4 JSON sidecar work). Verified no tracked files live under .verisim/. No source/code change. https://claude.ai/code/session_01Ux144vBDdySvLUqUrCgkT4
1 parent 4d8e6e3 commit fca7df9

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,12 @@ docs/reports/maintenance/*.json
9292
*.tmp
9393
*.bak
9494

95+
# Generated VeriSimiser sidecar artifacts — stores, `generate` scaffolds, and
96+
# `<path>.lock` write-locks. The default sidecar/output location is .verisim/
97+
# (see `[sidecar].path` and `verisimiser generate -o`); these are runtime
98+
# data, never source. Atomic-write temp files are covered by `*.tmp` above.
99+
.verisim/
100+
95101
# Crash recovery artifacts
96102
ai-cli-crash-capture/
97103

0 commit comments

Comments
 (0)