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