2025-07-14 16:25:23 +02:00
|
|
|
{
|
2025-11-30 13:42:16 +01:00
|
|
|
"files.associations": {
|
|
|
|
|
"*.py": "python",
|
|
|
|
|
"stdio.h": "c"
|
2026-02-14 18:42:20 +01:00
|
|
|
},
|
2026-03-30 20:18:33 +02:00
|
|
|
"dart.flutterSdkPath": ".fvm/flutter_sdk",
|
2026-03-25 20:59:47 +01:00
|
|
|
"files.exclude": {
|
|
|
|
|
"**/*.png": true,
|
|
|
|
|
"**/*.jpg": true,
|
|
|
|
|
"**/*.jpeg": true,
|
|
|
|
|
"**/*.gif": true,
|
|
|
|
|
"**/*.webp": true,
|
|
|
|
|
"**/*.svg": true,
|
|
|
|
|
"**/*.ico": true,
|
|
|
|
|
"**/*.bmp": true,
|
|
|
|
|
"**/*.apkg": true,
|
|
|
|
|
"**/*.pdf": true,
|
|
|
|
|
"**/*.pyc": true,
|
|
|
|
|
"**/__pycache__": true,
|
|
|
|
|
".venv": true,
|
|
|
|
|
"**/.venv": true,
|
|
|
|
|
".ruff_cache": true,
|
|
|
|
|
".mypy_cache": true,
|
2026-03-29 18:46:04 +02:00
|
|
|
"**/.dart_tool": true,
|
2026-04-12 20:45:24 +02:00
|
|
|
"**/generated_images_*": true,
|
|
|
|
|
"**/coverage": true
|
2026-03-25 20:59:47 +01:00
|
|
|
},
|
|
|
|
|
"search.exclude": {
|
|
|
|
|
"**/*.zip": true,
|
|
|
|
|
"**/*.so": true,
|
|
|
|
|
"**/*.o": true,
|
|
|
|
|
"**/*.flat": true,
|
|
|
|
|
"**/*.wav": true,
|
2026-03-25 21:09:03 +01:00
|
|
|
"**/*.mp3": true,
|
2026-03-25 20:59:47 +01:00
|
|
|
"**/*.ttf": true,
|
2026-03-25 21:09:03 +01:00
|
|
|
"**/*.woff": true,
|
|
|
|
|
"**/*.woff2": true,
|
2026-03-25 20:59:47 +01:00
|
|
|
"**/*.class": true,
|
2026-03-25 21:09:03 +01:00
|
|
|
"**/*.bin": true,
|
|
|
|
|
"**/*.db": true,
|
|
|
|
|
"**/*.sqlite": true,
|
2026-03-29 18:46:04 +02:00
|
|
|
"**/.dart_tool": true,
|
|
|
|
|
"**/ephemeral": true,
|
2026-05-14 20:20:36 +02:00
|
|
|
"**/node_modules": true
|
2026-03-30 20:18:33 +02:00
|
|
|
},
|
|
|
|
|
"coverage-gutters.coverageFileNames": [
|
|
|
|
|
"lcov.info",
|
|
|
|
|
"cov.xml",
|
|
|
|
|
"coverage.xml",
|
|
|
|
|
"cobertura.xml",
|
|
|
|
|
"jacoco.xml",
|
|
|
|
|
"coverage.cobertura.xml",
|
|
|
|
|
"coverage.lcov"
|
|
|
|
|
],
|
|
|
|
|
"python.testing.pytestEnabled": true,
|
2026-04-12 20:45:24 +02:00
|
|
|
"python.testing.pytestArgs": ["python_pkg"],
|
2026-05-14 20:20:36 +02:00
|
|
|
"python-envs.alwaysUseUv": true
|
2025-11-30 13:42:16 +01:00
|
|
|
}
|