Ignore *.user* files from QtCreator and *.pyc files.
@@ -1,2 +1,7 @@
# Exclude MacOS Finder files.
.DS_Store
+
+*.user*
+*.pyc
+Testing