From fbb4a1462001e78380e6234f9d2c191ad8fca7f2 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Mon, 13 Apr 2026 17:14:08 -0600 Subject: [PATCH] chore(git): ignore worktrees and vim swap files --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index b9747ed..345a707 100644 --- a/.gitignore +++ b/.gitignore @@ -35,7 +35,9 @@ io/transform/gsheet2csv/cmd/gsheet2tsv/gsheet2tsv # Dependency directories (remove the comment below to include it) # vendor/ +worktrees.git .DS_Store +.*.sw* # Agent session files agents/TASKS.md