From 8fd64b67682df620870841dd6b80a55ffa729cb1 Mon Sep 17 00:00:00 2001 From: William Fu-Hinthorn <13333726+hinthornw@users.noreply.github.com> Date: Mon, 19 Feb 2024 08:21:39 -0800 Subject: [PATCH] add gitignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 1ecf510a6..214a9de48 100644 --- a/.gitignore +++ b/.gitignore @@ -171,3 +171,7 @@ docs/api_reference/*/ docs/docs_skeleton/build docs/docs_skeleton/node_modules docs/docs_skeleton/yarn.lock + +# Any new jupyter notebooks +# not intended for the repo +Untitled*.ipynb