Skip to content

Commit e6f746a

Browse files
committed
Ignore build artifacts in vscode
1 parent 57a7e15 commit e6f746a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.vscode/settings_default.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
{
22
"$schema": "./schema.json",
33

4+
"files.exclude": {
5+
"Sources/*/*.egg-info": true,
6+
"Sources/*/build": true,
7+
"Sources/*/dist": true,
8+
},
9+
410
"isort.args": [ "--settings-file", ".isort.cfg" ],
511

612
"python.defaultInterpreterPath": "${workspaceFolder}/.venv/scripts/python",

0 commit comments

Comments
 (0)