From a91a68fbf79cf3cc5a73b38f9d8b974992b2502e Mon Sep 17 00:00:00 2001 From: T8y8 Date: Wed, 14 Dec 2016 18:02:11 -0800 Subject: [PATCH] Small cleanups for various editors. Play nice with built in test-runners --- .gitignore | 6 ++++++ test/__init__.py | 2 -- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 0b50f47..581cedb 100644 --- a/.gitignore +++ b/.gitignore @@ -65,5 +65,11 @@ target/ .DS_Store .idea +#Editor things +*.sublime-project +*.sublime-workspace +settings.json +tasks.json + #Jekyll docs/_site diff --git a/test/__init__.py b/test/__init__.py index c715da8..e69de29 100644 --- a/test/__init__.py +++ b/test/__init__.py @@ -1,2 +0,0 @@ -from . import bvt -from . import test_datasource