🙈 add .pytest_cache to file exclusion
This commit is contained in:
parent
481461f442
commit
2b5ac1c436
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
|
@ -23,5 +23,6 @@
|
|||
// annoying
|
||||
"**/__pycache__": true,
|
||||
"**/.mypy_cache": true,
|
||||
},
|
||||
"**/.pytest_cache": true,
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue