introduced poetry and update vscode related environments.

This commit is contained in:
2023-10-04 11:29:08 +09:00
parent 4641b9304e
commit 905577fe74
8 changed files with 103 additions and 60 deletions

10
.cspell.json Normal file
View File

@ -0,0 +1,10 @@
{
"version": "0.2",
"language": "en,en-gb",
"ignoreWords": ["getframe", "pydantic", "UNLCK"],
"words": ["chacl", "mdrs", "mdrsclient", "neurodata", "Neuroinformatics", "RIKEN"],
"ignorePaths": [
".env",
"__pycache__"
]
}