chore: plugin hygiene — .gitignore Python ignores + __pycache__ cleanup #3
12
.gitignore
vendored
12
.gitignore
vendored
@ -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/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user