# HG changeset patch
# User Raphaël Gomès <rgomes@octobus.net>
# Date 1550091616 -3600
#      Wed Feb 13 22:00:16 2019 +0100
# Node ID 29598769b18922e460665155b5d32a9fec7654dd
# Parent  e8c6165e71758d79fbb322696b733ad42d52cdb9
Ignore IDEA IDE files in .hgignore

diff --git a/.hgignore b/.hgignore
--- a/.hgignore
+++ b/.hgignore
@@ -12,4 +12,5 @@
 repos/
 Pipfile
 Pipfile.lock
-.python-version
\ No newline at end of file
+.python-version
+.idea/
\ No newline at end of file