From 53347ead1cc10900aef6fae206d9fe88c73af3e6 Mon Sep 17 00:00:00 2001 From: cah Date: Tue, 24 Feb 2026 05:14:51 -0700 Subject: [PATCH] chore: add .gitignore with worktree and Python exclusions Co-Authored-By: Claude Opus 4.6 --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..327ee4b --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +# Worktrees +.worktrees/ + +# Python +__pycache__/ +*.pyc