From e76ec8fdc089b47182fbca98078d616fdd228c69 Mon Sep 17 00:00:00 2001 From: Jukka Aho Date: Sat, 9 May 2026 16:19:25 +0300 Subject: [PATCH] chore(gitignore): Ignore local .cursor directory Cursor editor and agent metadata under .cursor/ is per-machine and should not be proposed in pull requests. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 4d56a30..602c479 100644 --- a/.gitignore +++ b/.gitignore @@ -20,6 +20,7 @@ coverage/ test/*.h5 test/*.xmf .env +.cursor/ .vscode trash .trash/