Add more cache dirs to .gitignore

This commit is contained in:
2023-01-05 12:19:43 +01:00
parent 66a49ff911
commit 51d5306f91

2
.gitignore vendored
View File

@ -1,4 +1,6 @@
__pycache__
.mypy_cache
.pytest_cache
.venv
node_modules
package-lock.json