1
Fork 0
mirror of https://github.com/Steffo99/youtubedlez.git synced 2024-11-24 16:54:18 +00:00
youtubedlez/.vscode/settings.json

14 lines
303 B
JSON
Raw Normal View History

2023-02-03 16:14:31 +00:00
{
"files.exclude": {
".idea/": true,
"**/*.iml": true,
"**/.pytest_cache/": true,
"**/__pycache__/": true,
".venv/": true,
"dist/": true,
"out/": true,
"poetry.lock": true,
},
"python.analysis.extraPaths": ["./youtubedlez"],
}