Add __pycache__ to .gitignore, remove tracked bytecode

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-04 21:50:18 -05:00
parent c157e14fa9
commit 5f7ef09ad5
9 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View File

@@ -1 +1,3 @@
CLAUDE.md
__pycache__/
*.pyc