# HG changeset patch
# User Florent Aide, <florent.aide@gmail.com>
# Date 1313588380 -7200
#      Wed Aug 17 15:39:40 2011 +0200
# Node ID 4e6223671259790b14a5d32d670465e6ef0385f9
# Parent  9451242226ab3d89aec29e2daccc029a701d0085
Make sure NO .pyc file is included in VCS

diff --git a/.hgignore b/.hgignore
--- a/.hgignore
+++ b/.hgignore
@@ -1,4 +1,5 @@
 syntax: glob
+*.pyc
 **/*.pyc
 *.swp
 .tmp*