diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e809baf --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +.ipynb_checkpoints/ +.DS_Store +__pycache__ +.pytest_cache diff --git a/__pycache__/utils.cpython-36.pyc b/__pycache__/utils.cpython-36.pyc deleted file mode 100644 index b1ec909..0000000 Binary files a/__pycache__/utils.cpython-36.pyc and /dev/null differ diff --git a/incomePrediction/__pycache__/__init__.cpython-36.pyc b/incomePrediction/__pycache__/__init__.cpython-36.pyc deleted file mode 100644 index de711eb..0000000 Binary files a/incomePrediction/__pycache__/__init__.cpython-36.pyc and /dev/null differ diff --git a/incomePrediction/__pycache__/utils.cpython-36.pyc b/incomePrediction/__pycache__/utils.cpython-36.pyc deleted file mode 100644 index c19dd5e..0000000 Binary files a/incomePrediction/__pycache__/utils.cpython-36.pyc and /dev/null differ diff --git a/incomePrediction/tests/__pycache__/__init__.cpython-36.pyc b/incomePrediction/tests/__pycache__/__init__.cpython-36.pyc deleted file mode 100644 index 609d1bc..0000000 Binary files a/incomePrediction/tests/__pycache__/__init__.cpython-36.pyc and /dev/null differ diff --git a/incomePrediction/tests/__pycache__/test_utils.cpython-36-PYTEST.pyc b/incomePrediction/tests/__pycache__/test_utils.cpython-36-PYTEST.pyc deleted file mode 100644 index 79c3c9a..0000000 Binary files a/incomePrediction/tests/__pycache__/test_utils.cpython-36-PYTEST.pyc and /dev/null differ