From c2883704e60c6c0cc314cb90107bbcaa378890a2 Mon Sep 17 00:00:00 2001 From: hdbg Date: Thu, 19 Mar 2026 00:34:25 +0100 Subject: [PATCH] housekeeping: removed ide config from repo --- .gitignore | 3 ++- .vscode/settings.json | 2 -- 2 files changed, 2 insertions(+), 3 deletions(-) delete mode 100644 .vscode/settings.json 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