great-ai/.vscode/settings.json

29 lines
449 B
JSON

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