From 40a1f1983343be6eee17d346fb03d640e7eba045 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Thu, 19 May 2016 17:48:49 +0300
Subject: [PATCH] - A little nicer .gitignore.

---
 .gitignore | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitignore b/.gitignore
index 3acb5cd..c225913 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,8 +3,8 @@ cache/
 .cache/
 .tox/
 *.log
-*.pyc
+*.py[cod]
+__pycache__/
 *~
 ~*
-*.swp
-*.swo
+*.sw[po]
-- 
GitLab