From 092821ccffacbf048de716a8327ecf63054a7b45 Mon Sep 17 00:00:00 2001 From: SungHo Lee Date: Thu, 9 May 2024 10:00:12 -0400 Subject: [PATCH] chore(vscode) add vscode config to .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index daf002e..e7e66ca 100644 --- a/.gitignore +++ b/.gitignore @@ -19,4 +19,5 @@ tests/_*.ipynb tests/tutorials tests/_datasets -.python-version \ No newline at end of file +.python-version +.vscode \ No newline at end of file