diff --git a/.gitignore b/.gitignore index 5b661f1..a3d57dd 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,7 @@ notebooks/chroma_logs.log notebooks/.chroma/ notebooks/.env .DS_Store +.vscode # app .next diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index bbeb3aa..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "cSpell.words": [ - "interpretability" - ] -} \ No newline at end of file