chore: gitignore python build artifacts (untrack pycache/egg-info)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
root
2026-06-01 22:23:06 +10:00
parent 16497bd9db
commit 3988425e67
29 changed files with 3 additions and 55 deletions

3
.gitignore vendored
View File

@@ -4,3 +4,6 @@ node_modules/
coverage/
.DS_Store
.superpowers/
__pycache__/
*.egg-info/
*.pyc