diff --git a/.gitignore b/.gitignore index 360cc673..c84f1ea6 100644 --- a/.gitignore +++ b/.gitignore @@ -120,3 +120,15 @@ TEST*.xml *.flv *.mov *.wmv + +# ----------------------------- +# Jupyter / Notebooks +# ----------------------------- +analysis/notebooks/Tutorial/.ipynb_checkpoints + +# ----------------------------- +# Ignore exeptions +# ----------------------------- +# Unignore docs/source/building +!docs/source/building/ +!docs/source/building/** \ No newline at end of file