Merge pull request 'chore: plugin hygiene — .gitignore Python ignores + __pycache__ cleanup' (#4) from plugin/hygiene into main
Some checks failed
CI / validate (push) Failing after 1s

This commit is contained in:
Molecule AI · sdk-lead 2026-05-10 16:23:07 +00:00
commit 69ac9788d6

12
.gitignore vendored
View File

@ -19,3 +19,15 @@
# Workspace auth tokens
.auth-token
.auth_token
# Python bytecode (append only — do not remove entries above)
__pycache__/
*.pyc
*.py[cod]
*$py.class
.Python
*.egg-info/
*.egg
.pytest_cache/
build/
dist/
.eggs/