From d8ed3262b9cb33de5be71cbabb2bb776d1e2d32a Mon Sep 17 00:00:00 2001 From: Nathan Baker Date: Sun, 24 May 2020 18:32:47 -0700 Subject: [PATCH] Ignore Visual Studio Code files. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 398bcbe..72d7fb3 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,5 @@ *.py[cod] # PIP stuff *.egg-info +# Visual studio code +.vscode \ No newline at end of file