This commit is contained in:
Andras Schmelczer 2024-08-25 22:15:48 +01:00
parent 2c24a4e9df
commit f821e162f6
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
3 changed files with 4 additions and 1 deletions

View file

@ -1,6 +1,7 @@
{
"files.exclude": {
"**/__pycache__": true
"**/__pycache__": true,
"data": true
},
"editor.formatOnSave": true,
"notebook.formatOnCellExecution": true,