From c1dffb30d0863d40b6553cfd7c4da0fa3f0a87d0 Mon Sep 17 00:00:00 2001
From: "Sachin S. Kamath" <sskamath96@gmail.com>
Date: Sun, 1 Oct 2017 14:02:23 +0530
Subject: [PATCH] Ignore IDE content and pyc files

Signed-off-by: Sachin S. Kamath <sskamath96@gmail.com>
---
 .gitignore | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 24fcade..0034705 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,8 @@
 # Personal virtualenv
-.hodor
+.hodor/
+
+# For IDE
+.idea/
+
+# Stupid pyc files
+.pyc
-- 
GitLab