From ed160a33c90fd3c585fa9298962370f5f4a242e2 Mon Sep 17 00:00:00 2001 From: Justin Campbell Date: Mon, 8 Mar 2021 15:36:37 -0500 Subject: [PATCH] Add VS Code to gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index b6e4761..6d7dbc3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +# Ignore VS Code Config +.vscode/ + # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod]