From ab385b81ef145a2cb4d9d8667c459d147afa6c29 Mon Sep 17 00:00:00 2001 From: Ryan Jung Date: Wed, 13 Nov 2024 07:20:46 -0700 Subject: [PATCH] Update .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 5f44ab1..a4058b3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,10 @@ build +docs.tbz docs/_build docs/_doctrees docs/_static docs/_templates +docs/make.log *.egg-info *.pyc __pycache__