🙈 add .pytest_cache to file exclusion

This commit is contained in:
Laurent FAINSIN 2023-04-24 15:21:09 +02:00
parent 481461f442
commit 2b5ac1c436

View file

@ -23,5 +23,6 @@
// annoying
"**/__pycache__": true,
"**/.mypy_cache": true,
},
"**/.pytest_cache": true,
}
}