diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index d38a32c..0000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,12 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml -# Datasource local storage ignored files -/dataSources/ -/dataSources.local.xml -# Editor-based HTTP Client requests -/httpRequests/ -/build/ -/dist/ -/lakepy.egg-info/ -/.idea/ diff --git a/build/lib/lakepy/__init__.py b/build/lib/lakepy/__init__.py deleted file mode 100644 index 20ecb5d..0000000 --- a/build/lib/lakepy/__init__.py +++ /dev/null @@ -1,4 +0,0 @@ -from .lakepy import search -from .lakepy import Lake -from .utils import validate -