From b65ad4ffbb6f6b7f5c018fdfcf2babb5e2917e38 Mon Sep 17 00:00:00 2001
From: Tobias Leibner <tobias.leibner@googlemail.com>
Date: Thu, 14 Mar 2019 17:22:22 +0100
Subject: [PATCH] [.gitignore] add __pycache__

---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 53728c407..282575f0d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -44,3 +44,4 @@ data
 *.user
 .idea
 cmake/modules/petsc
+*__pycache__*
-- 
GitLab