aedaa5d11b
Drop the gitignore entries for both dirs; align the CLAUDE.md note from "git-ignored, local-only" to "git-tracked — committed while the cycle is live, removed (git rm) at cycle close". The durable record stays the ledger + git history; specs/plans are transient in the repo, present only for their own cycle.
15 lines
395 B
Plaintext
15 lines
395 B
Plaintext
/target
|
|
/fieldtests/*/target/
|
|
**/*.rs.bk
|
|
Cargo.lock.orig
|
|
|
|
# Hot-reload build artifacts for node cdylibs live under target/; nothing else
|
|
# generated is checked in.
|
|
|
|
# Session retrospectives are local-only run telemetry, not a repo artifact.
|
|
/docs/postmortems/
|
|
|
|
# `aura sweep` persists run records to ./runs/runs.jsonl by default; that store
|
|
# is local run telemetry, not a repo artifact.
|
|
/runs/
|