From 4f9bc55a238a9796490d781ec35c0c7aed1194b0 Mon Sep 17 00:00:00 2001 From: rushilwiz Date: Fri, 5 Jun 2020 01:06:57 -0400 Subject: [PATCH] added vscode --- .gitignore | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2e3cb3b..5a28dbb 100644 --- a/.gitignore +++ b/.gitignore @@ -128,5 +128,11 @@ dmypy.json # Pyre type checker .pyre/ +# VSCode +.vscode/ + # PyCharm Files -.idea/ \ No newline at end of file +.idea/ + +# Mac lmao +.DS_Store