From d11b64e1a841e1413eee94f36fa1e71226eaeacd Mon Sep 17 00:00:00 2001 From: Rohith Varma Buddaraju Date: Wed, 3 Aug 2022 19:52:26 +0530 Subject: [PATCH] Modify gitignore to ignore html output files --- .gitignore | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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/ -