great-ai/.vscode/settings.json
András Schmelczer 3730a884b0 Add colours to logging
Signed-off-by: András Schmelczer <andras@schmelczer.dev>
2022-04-10 09:41:04 +02:00

26 lines
407 B
JSON

{
"cSpell.words": [
"boto",
"botocore",
"iloc",
"inplace",
"levelno",
"plotly",
"pydantic",
"pyplot",
"sklearn",
"starlette",
"Tfidf",
"tinydb",
"uvicorn",
"Vectorizer",
"xmargin"
],
"files.exclude": {
".env": true,
"**/.cache": true,
"**/.ipynb_checkpoints": true,
"**/.mypy_cache": true,
"**/.pytest_cache": true
}
}