Skip to content

Commit 5101f4a

Browse files
committed
fix: exclude for __pycache__
1 parent f52d52e commit 5101f4a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.vscode/settings.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"files.exclude": {
3+
"**/__pycache__": true,
4+
"**/*.egg-info": true
5+
}
6+
}

0 commit comments

Comments
 (0)