From 0320bb27b2c3a2b75efdbc3ac2fe7ffde1b2e8cc Mon Sep 17 00:00:00 2001 From: Alex Lementuev Date: Sun, 11 Mar 2018 14:27:38 -0700 Subject: [PATCH] Update .gitignore Ignore PyCharm project files and generated submission files --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index c4f3830d..f91ab9a4 100644 --- a/.gitignore +++ b/.gitignore @@ -94,4 +94,11 @@ ENV/ # Rope project settings .ropeproject +# Idea +.idea + +# Generated Files +/isolation-*.zip +/isolation-*.json + # End of https://www.gitignore.io/api/python