--- a +++ b/.gitignore @@ -0,0 +1,15 @@ +# Compiled Python files +__pycache__/ +*.pyc +.cache + +# OS files +.DS_Store +Thumbs.db +.ipynb_checkpoints/ +.directory + +# Python build files +*.egg-info/ +/dist/ +/build/