From f321cf0bf4760031f0d5133686893db228cf52d5 Mon Sep 17 00:00:00 2001 From: Asher Foa Date: Wed, 5 May 2021 22:08:08 -0700 Subject: [PATCH] Ignore VSCode files (#254) --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 8eef7586..04d0e350 100644 --- a/.gitignore +++ b/.gitignore @@ -64,3 +64,6 @@ target/ # PyTest .pytest_cache/ + +# VSCode +.vscode/ \ No newline at end of file