From 7e35be0d4f76a55be6ded78eb664c95981604ef8 Mon Sep 17 00:00:00 2001 From: "Ludovic Gasc (GMLudo)" Date: Sat, 10 Jan 2015 15:21:24 +0100 Subject: [PATCH] Add .gitignore for IDEA and pyvenv --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index eea8dd0b..8bb5855c 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,7 @@ __pycache__/ # Distribution / packaging .Python env/ +pyvenv/ build/ develop-eggs/ dist/ @@ -54,4 +55,5 @@ docs/_build/ target/ # PyCharm -.idea/ \ No newline at end of file +.idea/ +*.iml \ No newline at end of file