great-ai/.vscode/settings.json
András Schmelczer c11880483d More experimentation
Signed-off-by: András Schmelczer <andras@schmelczer.dev>
2022-04-03 21:46:35 +02:00

19 lines
307 B
JSON

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