extract_otp_secret_keys/.vscode/settings.json

25 lines
449 B
JSON
Raw Normal View History

2022-09-04 13:40:49 +02:00
{
"python.testing.pytestArgs": [
"."
],
"python.testing.unittestEnabled": true,
"python.testing.pytestEnabled": true,
"cSpell.words": [
"devbox",
"HOTP",
"otpauth",
"pipenv",
"proto",
"protobuf",
"protoc",
"pytest",
"qrcode",
"TOTP",
"venv"
],
"search.exclude": {
"**/build": true,
"**/dist": true
},
2022-09-04 13:40:49 +02:00
}