Minor fixes

This commit is contained in:
Andras Schmelczer 2022-06-25 19:15:27 +02:00
parent e27824a046
commit c07cad707b
No known key found for this signature in database
GPG key ID: 0EA1BC97D0AB076E
2 changed files with 5 additions and 1 deletions

View file

@ -55,7 +55,9 @@
"**/__pycache__": true,
"**/.ipynb_checkpoints": true,
"**/.mypy_cache": true,
"**/.pytest_cache": true
"**/.pytest_cache": true,
"**/*.egg-info": true,
"**/*.cache": true
},
"notebook.output.textLineLimit": 400,
"python.defaultInterpreterPath": ".env/bin/python"