Ignore 2_current/, 3_qa/, and 4_merge/ in git since spike 92 stopped committing intermediate pipeline moves. Keep 5_done/ tracked so accepted work is in git history before sweep to archived. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
20 lines
426 B
Plaintext
20 lines
426 B
Plaintext
# Bot config (contains credentials)
|
|
bot.toml
|
|
|
|
# Matrix SDK state store
|
|
matrix_store/
|
|
matrix_device_id
|
|
matrix_history.json
|
|
|
|
# Agent worktrees and merge workspace (managed by the server, not tracked in git)
|
|
worktrees/
|
|
merge_workspace/
|
|
|
|
# Intermediate pipeline stages (transient, not committed per spike 92)
|
|
work/2_current/
|
|
work/3_qa/
|
|
work/4_merge/
|
|
|
|
# Coverage reports (generated by cargo-llvm-cov, not tracked in git)
|
|
coverage/
|