great-ai/.vscode/settings.json
András Schmelczer a2458c7ed1 Add Dash
Signed-off-by: András Schmelczer <andras@schmelczer.dev>
2022-04-06 21:05:52 +02:00

23 lines
365 B
JSON

{
"cSpell.words": [
"boto",
"botocore",
"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
}
}