13 lines
No EOL
320 B
JSON
13 lines
No EOL
320 B
JSON
{
|
|
"files.exclude": {
|
|
"*.venv": true,
|
|
"**/__pycache__": true,
|
|
"**/node_modules": true,
|
|
"**/.ruff_cache": true,
|
|
"**/.pytest_cache": true,
|
|
"**/target": true,
|
|
"frontend/dist": true,
|
|
"**/.task": true
|
|
},
|
|
"python.terminal.activateEnvironment": false
|
|
} |