chore(gitignore): add __pycache__ to ignored patterns
Remove tracked .pyc files from mcps directories to clean up repository.
This commit is contained in:
parent
2de32fe1e6
commit
08a73a136d
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,4 +1,5 @@
|
|||||||
**/.DS_Store
|
**/.DS_Store
|
||||||
|
**/__pycache__/
|
||||||
**/.idea/
|
**/.idea/
|
||||||
**/deploy/
|
**/deploy/
|
||||||
*.log
|
*.log
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user