chore: ignore dependency and cache artifacts
This commit is contained in:
15
.gitignore
vendored
15
.gitignore
vendored
@@ -2,3 +2,18 @@ node_modules/
|
|||||||
__pycache__/
|
__pycache__/
|
||||||
venv/
|
venv/
|
||||||
.vscode/
|
.vscode/
|
||||||
|
|
||||||
|
*.pyc
|
||||||
|
*.pyo
|
||||||
|
.cache/
|
||||||
|
.pytest_cache/
|
||||||
|
.mypy_cache/
|
||||||
|
.ruff_cache/
|
||||||
|
.parcel-cache/
|
||||||
|
.next/
|
||||||
|
.nuxt/
|
||||||
|
.turbo/
|
||||||
|
coverage/
|
||||||
|
dist-cache/
|
||||||
|
.sass-cache/
|
||||||
|
.pnpm-store/
|
||||||
|
|||||||
Reference in New Issue
Block a user