chore: plugin hygiene — .gitignore Python ignores + __pycache__ cleanup #5
18
.gitignore
vendored
18
.gitignore
vendored
@ -19,3 +19,21 @@
|
||||
# Workspace auth tokens
|
||||
.auth-token
|
||||
.auth_token
|
||||
# Python bytecode (append only — do not remove entries above)
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
.pytest_cache/
|
||||
# Python bytecode (append only — do not remove entries above)
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
.Python
|
||||
*.egg-info/
|
||||
*.egg
|
||||
.pytest_cache/
|
||||
build/
|
||||
dist/
|
||||
.eggs/
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user