From f8a1ff8700de2b685eabffb1edb71e57f0d19474 Mon Sep 17 00:00:00 2001 From: Pawan Singh Date: Sun, 28 Jun 2026 17:10:15 -0700 Subject: [PATCH] Ignore local .cursor/ IDE config. Keeps Cursor rules and other editor-local files out of the repo; commit authorship is covered by user-level Cursor rules. Co-authored-by: Cursor --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 21584c4..8511020 100644 --- a/.gitignore +++ b/.gitignore @@ -6,5 +6,6 @@ # Editor / OS cruft .DS_Store +.cursor/ # Cargo.lock IS committed: this workspace produces a binary (the node).