great-ai/.vscode/settings.json
2022-07-04 19:31:15 +02:00

68 lines
1.2 KiB
JSON

{
"cSpell.words": [
"Analyse",
"basereload",
"boto",
"botocore",
"Convolutional",
"datatable",
"deduplicated",
"displaylogo",
"downsample",
"fastapi",
"finalise",
"finalised",
"gridfs",
"iloc",
"initialisation",
"initialised",
"initialising",
"inplace",
"ipynb",
"lemmatize",
"levelname",
"levelno",
"matplotlib",
"miniters",
"Multinomial",
"multiprocess",
"nbconvert",
"nbins",
"optimisation",
"organisation's",
"Parcoords",
"plotly",
"proba",
"pydantic",
"pymongo",
"pyplot",
"redoc",
"serialise",
"sklearn",
"starlette",
"sublinear",
"syntok",
"Tfidf",
"threadsafe",
"ticktext",
"tickvals",
"tinydb",
"tqdm",
"unchunk",
"uvicorn",
"Vectorizer",
"xmargin",
"xticks"
],
"files.exclude": {
".env": true,
"**/__pycache__": true,
"**/.ipynb_checkpoints": true,
"**/.mypy_cache": true,
"**/.pytest_cache": true,
"**/*.egg-info": true,
"**/*.cache": true
},
"notebook.output.textLineLimit": 400,
"python.defaultInterpreterPath": ".env/bin/python"
}