Minor fixes
This commit is contained in:
parent
1d496db91f
commit
95af52bab4
2 changed files with 5 additions and 1 deletions
4
.vscode/settings.json
vendored
4
.vscode/settings.json
vendored
|
|
@ -55,7 +55,9 @@
|
||||||
"**/__pycache__": true,
|
"**/__pycache__": true,
|
||||||
"**/.ipynb_checkpoints": true,
|
"**/.ipynb_checkpoints": true,
|
||||||
"**/.mypy_cache": true,
|
"**/.mypy_cache": true,
|
||||||
"**/.pytest_cache": true
|
"**/.pytest_cache": true,
|
||||||
|
"**/*.egg-info": true,
|
||||||
|
"**/*.cache": true
|
||||||
},
|
},
|
||||||
"notebook.output.textLineLimit": 400,
|
"notebook.output.textLineLimit": 400,
|
||||||
"python.defaultInterpreterPath": ".env/bin/python"
|
"python.defaultInterpreterPath": ".env/bin/python"
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,5 @@
|
||||||
# GreatAI
|
# GreatAI
|
||||||
|
|
||||||
[](https://sonar.scoutinscience.com/dashboard?id=great-ai)
|
[](https://sonar.scoutinscience.com/dashboard?id=great-ai)
|
||||||
|
|
||||||
|
**work in progress, do not use!**
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue