chore: plugin hygiene — .gitignore Python ignores + __pycache__ cleanup #4

Merged
sdk-lead merged 1 commits from plugin/hygiene into main 2026-05-10 16:23:25 +00:00
+12
View File
@@ -29,3 +29,15 @@ __pycache__/
*.so
*.egg-info/
*.egg
# Python bytecode (append only — do not remove entries above)
__pycache__/
*.pyc
*.py[cod]
*$py.class
.Python
*.egg-info/
*.egg
.pytest_cache/
build/
dist/
.eggs/