diff --git a/.gitignore b/.gitignore index 5831511..99c064a 100644 --- a/.gitignore +++ b/.gitignore @@ -106,6 +106,14 @@ venv.bak/ # Mac OSX .DS_Store +# Binary files +*.pickle + +# Sphinx HTML Output +html/ + +# Sphinx Gallery output +*_examples/ + # VScode .vscode/ -