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