/target /Cargo.lock.bak *.swp *.swo .DS_Store # Editor backups / autosave (Emacs `#file#` / `.#file`, general `~`) and # ad-hoc `.local-bak` copies (audit F-015). The leading `#` is escaped # so git reads it as a pattern, not a comment. \#*\# .\#* *~ *.local-bak # Local build/run symlink or binary at the repo root (dev convenience; # `cargo build` produces target/release/pmacs). Not a project artifact. /pmacs # Editor scratch /.idea /.vscode # Internal-only working documents (not part of the public v0.1 surface). # Public contributions begin at 1.0; until then these stay local. /spec/ /TRANSITION*.md /SPIKE*.md /M*-AUDIT.md /M*-API-SURVEY.md /M*-SHIP-GATE.md /M*-FRAMING.md /V*-PREREQUISITES.md /MANUAL-TEST-CHECKLIST.md /tests/INDEX.md /.claude/ # F8b SSH-transport diagnostic probes (M10.11). Kept local for now — # v0.2 breadth work (V0.2-PREREQUISITES.md SP-5-adjacent / F8b n=1) # reuses these. Revisit relocating to a tracked tools/ dir at v0.2. /f8b-*.sh