12 lines
224 B
JSON
12 lines
224 B
JSON
{
|
|
"files.exclude": {
|
|
".gitignore": true,
|
|
"LICENSE": true,
|
|
"README.md": true,
|
|
".vscode/": true,
|
|
".venv/": true,
|
|
".ruff_cache/": true,
|
|
"*/__pycache__/": true
|
|
}
|
|
}
|