From 8479a035928fa29833a2ae3ba93a21d62df896de Mon Sep 17 00:00:00 2001 From: egallmann Date: Sun, 22 Mar 2026 18:08:52 -0400 Subject: [PATCH] chore: ignore lifecycle-proof, build, and reports --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index ab9e8b0..95e1fec 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,11 @@ node_modules/ # Build output (compiled TypeScript) dist/ +build/ + +# Proof artifacts and generated reports (do not commit) +lifecycle-proof/ +reports/ # Runtime state (regenerated by RECON) # .ste/state/ - Only track README.md (ignore all other files)