chore(gitignore): Ignore local .cursor directory

Cursor editor and agent metadata under .cursor/ is per-machine and should not
be proposed in pull requests.
This commit is contained in:
Jukka Aho
2026-05-09 16:19:25 +03:00
parent 86a2021c92
commit e76ec8fdc0
+1
View File
@@ -20,6 +20,7 @@ coverage/
test/*.h5 test/*.h5
test/*.xmf test/*.xmf
.env .env
.cursor/
.vscode .vscode
trash trash
.trash/ .trash/