17 lines
457 B
JSON
17 lines
457 B
JSON
{
|
|
"python.defaultInterpreterPath": "/home/tanshu/.cache/pypoetry/virtualenvs/barker-3ndhMgBR-py3.11/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,
|
|
"**/package-lock.json": true,
|
|
}
|
|
}
|