mirror of
https://github.com/Steffo99/youtubedlez.git
synced 2024-11-23 16:24:20 +00:00
13 lines
303 B
JSON
13 lines
303 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": ["./youtubedlez"],
|
|
}
|