Add Python pycache to .gitignore

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Paul Trowbridge 2026-04-12 11:07:21 -04:00
parent 2abcb89bcd
commit b2a5e3c92a

4
.gitignore vendored
View File

@ -14,6 +14,10 @@ public/
*.log
logs/
# Python
__pycache__/
*.pyc
# OS files
.DS_Store
Thumbs.db