mirror of
https://github.com/scito/extract_otp_secrets.git
synced 2025-12-12 01:41:16 +01:00
25 lines
450 B
JSON
25 lines
450 B
JSON
{
|
|
"python.testing.pytestArgs": [
|
|
"."
|
|
],
|
|
"python.testing.unittestEnabled": false,
|
|
"python.testing.pytestEnabled": true,
|
|
"cSpell.words": [
|
|
"devbox",
|
|
"HOTP",
|
|
"otpauth",
|
|
"pipenv",
|
|
"proto",
|
|
"protobuf",
|
|
"protoc",
|
|
"pytest",
|
|
"qrcode",
|
|
"TOTP",
|
|
"venv"
|
|
],
|
|
"search.exclude": {
|
|
"**/build": true,
|
|
"**/dist": true
|
|
},
|
|
}
|