mirror of
https://github.com/Wanderson-Magalhaes/PyBlackBox_Qt_Widgets_PySide6_Or_PyQt6_v1.0.0.git
synced 2026-05-01 09:49:28 +00:00
11 lines
241 B
JSON
11 lines
241 B
JSON
{
|
|
"files.exclude": {
|
|
"**/.git": true,
|
|
"**/.svn": true,
|
|
"**/.hg": true,
|
|
"**/CVS": true,
|
|
"**/.DS_Store": true,
|
|
"**/*.pyc": {"when": "$(basename).py"},
|
|
"**/__pycache__": true
|
|
},
|
|
} |