From 226a0765a49565170fe2b0c67ae5a024ee6a4aa8 Mon Sep 17 00:00:00 2001 From: Dylan DiGeronimo Date: Sat, 26 Oct 2019 00:11:53 -0400 Subject: [PATCH] Update gitignore to include vscode settings folder --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 6dbf11e..8936d8d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,7 @@ venv/ +.vscode/ + *.pyc __pycache__/