2025-09-22 14:54:12 -04:00
|
|
|
{
|
|
|
|
|
"esbonio.sphinx.confDir": "",
|
|
|
|
|
"[python]": {
|
|
|
|
|
"editor.codeActionsOnSave": {
|
|
|
|
|
"source.organizeImports": "explicit"
|
|
|
|
|
}
|
|
|
|
|
},
|
2025-12-12 09:40:02 -05:00
|
|
|
"files.watcherExclude": {
|
|
|
|
|
"**/_build/**": true,
|
|
|
|
|
"**/__pycache__": true
|
|
|
|
|
},
|
|
|
|
|
"search.exclude": {
|
|
|
|
|
"**/__pycache__": true,
|
|
|
|
|
"**/.pytest_cache": true,
|
|
|
|
|
"**/.mypy_cache": true,
|
|
|
|
|
"**/build": true,
|
|
|
|
|
"**/dist": true,
|
|
|
|
|
"**/_build": true,
|
|
|
|
|
"**/_build/**": true
|
|
|
|
|
},
|
|
|
|
|
"files.exclude": {
|
|
|
|
|
"**/_build": true,
|
|
|
|
|
"**/*.egg-info": true,
|
|
|
|
|
"**/__pycache__": true
|
|
|
|
|
}
|
2025-09-22 14:54:12 -04:00
|
|
|
}
|