From affe6e148c9aee2977d4ba0679f0ff92c67a16da Mon Sep 17 00:00:00 2001 From: Stepan Koltsov Date: Fri, 30 Jun 2017 23:18:47 +0300 Subject: [PATCH] Ignore *.iml files ... which are IntelliJ IDEA module files. (`.idea` is IDEA project files.) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index ff839c34df1..b54bab177d0 100644 --- a/.gitignore +++ b/.gitignore @@ -51,6 +51,7 @@ .hg/ .hgignore .idea +*.iml __pycache__/ *.py[cod] *$py.class