From 443e338cc342778b9869126dd2590d8ea4786fb8 Mon Sep 17 00:00:00 2001 From: Julien Duponchelle Date: Mon, 13 Jun 2016 17:32:26 +0200 Subject: [PATCH] Ignore __pycache__ --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index c2c7054b..b68b367b 100644 --- a/.gitignore +++ b/.gitignore @@ -59,3 +59,4 @@ keys /gns3_server.ini updates .cache +__pycache__