From 6e0121502e3ee4d5db3d4f89c7a76ba10fbb8322 Mon Sep 17 00:00:00 2001 From: Christopher Goes Date: Tue, 19 Mar 2019 18:47:18 -0600 Subject: Add VSCode and PyCharm to .gitignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 894a44c..ac702d4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,7 @@ +# Editors +.idea/ +.vscode/ + # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] -- cgit v1.2.3