chore: ignore venv/ and __pycache__ in repo root
This commit is contained in:
@@ -18,3 +18,5 @@ npm-debug.log*
|
|||||||
# OS
|
# OS
|
||||||
.DS_Store
|
.DS_Store
|
||||||
Thumbs.db
|
Thumbs.db
|
||||||
|
venv/
|
||||||
|
__pycache__/
|
||||||
|
|||||||
Reference in New Issue
Block a user