From fe2cf4446df9d5f76b6f0b82fba7a31b0aef4b9d Mon Sep 17 00:00:00 2001 From: Lahfir Date: Mon, 13 Apr 2026 19:11:54 -0700 Subject: [PATCH] chore: ignore .context/ for local tooling artifacts --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7ca46eb3..6d2f89d5 100644 --- a/.gitignore +++ b/.gitignore @@ -74,4 +74,5 @@ docs/* !docs/architecture.png !docs/phases.md todos/ -.cursor/ \ No newline at end of file +.cursor/ +.context/ \ No newline at end of file