Ignore __pycache__

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
type-two 2026-08-01 10:05:45 +10:00
parent 32a2d3a248
commit b9e45d5cf7
2 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View File

@ -2,3 +2,5 @@ node_modules/
dist/
.DS_Store
*.local
__pycache__/
*.pyc