mirror of
https://github.com/Steffo99/unimore-bda-3.git
synced 2024-11-22 07:54:21 +00:00
14 lines
305 B
JSON
14 lines
305 B
JSON
|
{
|
||
|
"files.exclude": {
|
||
|
".idea/": true,
|
||
|
"**/*.iml": true,
|
||
|
"**/.pytest_cache/": true,
|
||
|
"**/__pycache__/": true,
|
||
|
".venv/": true,
|
||
|
"dist/": true,
|
||
|
"out/": true,
|
||
|
"poetry.lock": true,
|
||
|
},
|
||
|
"python.analysis.extraPaths": ["./unimore_bda_3"],
|
||
|
}
|