chore: add .gitignore with worktree and Python exclusions

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
cah
2026-02-24 05:14:51 -07:00
parent 6d59f853c4
commit 53347ead1c

6
.gitignore vendored Normal file
View File

@@ -0,0 +1,6 @@
# Worktrees
.worktrees/
# Python
__pycache__/
*.pyc