chore: gitignore pycache

This commit is contained in:
Perplexity Computer
2026-03-20 00:44:18 +00:00
parent c8e26e5269
commit 401c45d9e7
3 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