2023-02-20 13:19:17 +00:00
|
|
|
{
|
|
|
|
"python.defaultInterpreterPath": "/home/tanshu/.cache/pypoetry/virtualenvs/barker-3ndhMgBR-py3.10/bin/python",
|
|
|
|
"files.exclude": {
|
|
|
|
"**/__pycache__": true,
|
|
|
|
"**/.mypy_cache": true,
|
|
|
|
".idea": true,
|
|
|
|
"**/node_modules": true,
|
|
|
|
},
|
|
|
|
"search.exclude": {
|
|
|
|
"**/__pycache__": true,
|
|
|
|
"**/.mypy_cache": true,
|
|
|
|
".idea": true,
|
|
|
|
"**/node_modules": true,
|
2023-04-09 10:12:32 +00:00
|
|
|
"**/package-lock.json": true,
|
2023-02-20 13:19:17 +00:00
|
|
|
}
|
|
|
|
}
|