Add more cache dirs to .gitignore
This commit is contained in:
parent
66a49ff911
commit
51d5306f91
|
@ -1,4 +1,6 @@
|
||||||
__pycache__
|
__pycache__
|
||||||
|
.mypy_cache
|
||||||
|
.pytest_cache
|
||||||
.venv
|
.venv
|
||||||
node_modules
|
node_modules
|
||||||
package-lock.json
|
package-lock.json
|
||||||
|
|
Loading…
Reference in New Issue