diff --git a/.gitignore b/.gitignore index 295d300..51a0286 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,10 @@ -/python/.idea /.idea/ *.iml -#local spark context data from unit tests + +# Local spark context data from unit tests spark-warehouse/ -#Build dirctory for maven/sbt +# Build dirctory for maven/sbt target/ project/project/ project/target/ @@ -12,3 +12,8 @@ project/target/ /target/ /project/build.properties /src/main/scala/com/databricks/labs/validation/LocalTest.scala + +# Python Wrapper +/python/.idea/ +/python/dist/ + diff --git a/python/dist/dataframe_rules_engine-0.0.1-py3-none-any.whl b/python/dist/dataframe_rules_engine-0.0.1-py3-none-any.whl deleted file mode 100644 index f33a54a..0000000 Binary files a/python/dist/dataframe_rules_engine-0.0.1-py3-none-any.whl and /dev/null differ diff --git a/python/dist/dataframe_rules_engine-0.0.1.tar.gz b/python/dist/dataframe_rules_engine-0.0.1.tar.gz deleted file mode 100644 index 51ab2f1..0000000 Binary files a/python/dist/dataframe_rules_engine-0.0.1.tar.gz and /dev/null differ diff --git a/python/examples/01-Generate Mock Purchase Transactions.py b/python/examples/01_generate_sample_purchase_transactions.py similarity index 100% rename from python/examples/01-Generate Mock Purchase Transactions.py rename to python/examples/01_generate_sample_purchase_transactions.py diff --git a/python/examples/02-Apply Purchase Transaction Rules.py b/python/examples/02_apply_purchase_transaction_rules.py similarity index 100% rename from python/examples/02-Apply Purchase Transaction Rules.py rename to python/examples/02_apply_purchase_transaction_rules.py