diff --git a/.gitignore b/.gitignore index c66abd20..2a0b2473 100644 --- a/.gitignore +++ b/.gitignore @@ -10,11 +10,16 @@ # Mac OS X .DS_Store -# Build directory +# build, dist and egg directories build/ +dist/ +.egg-info/ # Backup files *~ # Hidden files .* + +# Jupyter notebook checkpoints +.ipynb_checkpoints/