From 273c2578d457791e414537815154c1bde1877c10 Mon Sep 17 00:00:00 2001 From: Vlad-Gabriel Serbu Date: Thu, 6 Aug 2026 16:20:23 +0100 Subject: [PATCH] gitignore: ignore Cursor state and local worktrees Signed-off-by: Vlad-Gabriel Serbu --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index c5934b47..322fa429 100644 --- a/.gitignore +++ b/.gitignore @@ -40,8 +40,12 @@ Thumbs.db # Ignore IDE specific files .vscode/ .idea/ +.cursor/ *.iml +# Ignore local git worktrees +.worktrees/ + # Ignore test binaries /tests/*.exe /tests/*.out