18 lines
497 B
JSON
18 lines
497 B
JSON
{
|
|
"python.defaultInterpreterPath": "/home/tanshu/.cache/pypoetry/virtualenvs/brewman-C3_Ccu4O-py3.12/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,
|
|
"/overlord/.angular/**": true,
|
|
}
|
|
}
|