add python compatibility module
[optf/has.git] / .gitignore
index d254823..e434753 100644 (file)
@@ -3,6 +3,9 @@
 
 # IDEA / IDE
 .idea/
+*.iml
+*.ipr
+*.iws
 
 # Byte-compiled / optimized / DLL files
 __pycache__/
@@ -55,6 +58,7 @@ conductor/conductor/common/music/voting.py
 .cache
 nosetests.xml
 coverage.xml
+xunit*.xml
 
 # Translations
 *.mo
@@ -100,3 +104,8 @@ _ReSharper*/
 # FIXME: Put all paths to temporarily hide under here.
 # This must be considered temporary and is to be cleaned out!
 conductor/api/extra/
+
+#eclipse
+.project
+.settings/
+.pydevproject