Fix: Add __pycache__ to .gitignore to prevent caching files from being tracked
This commit is contained in:
@@ -5,3 +5,4 @@ lib/
|
|||||||
.DS_Store
|
.DS_Store
|
||||||
.github/*.md
|
.github/*.md
|
||||||
dist/cli.js
|
dist/cli.js
|
||||||
|
__pycache__
|
||||||
|
|||||||
Reference in New Issue
Block a user