34 lines
511 B
Plaintext
34 lines
511 B
Plaintext
{
|
|
"folders": [
|
|
{
|
|
"path": "."
|
|
},
|
|
{
|
|
"path": "./src",
|
|
"name": "Backend"
|
|
},
|
|
{
|
|
"path": "./src-ui",
|
|
"name": "Frontend"
|
|
},
|
|
{
|
|
"path": "./.github",
|
|
"name": "CI/CD"
|
|
}
|
|
|
|
],
|
|
"settings": {
|
|
"files.exclude": {
|
|
"**/__pycache__": true,
|
|
"**/.mypy_cache": true,
|
|
"**/.ruff_cache": true,
|
|
"**/.pytest_cache": true,
|
|
"**/.idea": true,
|
|
"**/.venv": true,
|
|
"**/.coverage": true,
|
|
"**/coverage.json": true
|
|
},
|
|
"python.defaultInterpreterPath": "./.venv/bin/python3.exe",
|
|
}
|
|
}
|