diff --git a/.gitignore b/.gitignore index ae3beec..57db88f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ target/ scripts/__pycache__/ .DS_Store -.cargo/config.toml \ No newline at end of file +.cargo/config.toml +.vscode/ diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 7a73a41..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,2 +0,0 @@ -{ -} \ No newline at end of file