diff --git a/.gitignore b/.gitignore index aa78de7..b129bf6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,7 @@ .idea* .cache* *vcs.xml -sample_data/* \ No newline at end of file +sample_data/* +local-test.py +.DS_Store +*.pyc diff --git a/__init__.py b/__init__.py new file mode 100644 index 0000000..e69de29