7 lines
134 B
JSON
7 lines
134 B
JSON
{
|
|
"[python]": {"editor.rulers": [80, 100, 120]},
|
|
"files.exclude": {
|
|
".venv": true,
|
|
"__pycache__": true
|
|
}
|
|
} |