@@ -1,5 +1,5 @@
*.pyc
-*__pycache__
+*__pycache__*
*DS_Store
medium/data/*_files
*.zip
@@ -0,0 +1,6 @@
+{
+ "python.unitTest.promptToConfigure": false,
+ "python.unitTest.pyTestEnabled": false,
+ "python.unitTest.unittestEnabled": false,
+ "python.unitTest.nosetestsEnabled": false
+}