diff --git a/.gitignore b/.gitignore index 2b7f2111..1d5a09ff 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,5 @@ dist/ # Output of `cocoindex eval` examples/**/eval_* + +/.vscode diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index ee4aa729..00000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "cSpell.words": [ - "cocoindex", - "reindexing", - "timedelta" - ], - "editor.formatOnSave": true, - "python.formatting.provider": "ruff" -}