chore: append Python ignores to .gitignore
Some checks failed
CI / validate (push) Failing after 1s

This commit is contained in:
Molecule AI · plugin-dev 2026-05-10 16:17:29 +00:00
parent 1f99cf34bd
commit 4cc7184070

6
.gitignore vendored
View File

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