diff --git a/.gitignore b/.gitignore index b45111f..63c84b9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ .databricks/ +.DS_Store .eggs .env .ipynb_checkpoints/ @@ -8,5 +9,6 @@ __pycache__/ build/ dist/ +notebooks/data scratch/** !scratch/README.md \ No newline at end of file