From acc671b8876f9ac3ae4bf769738d809d148c1cd0 Mon Sep 17 00:00:00 2001 From: carlocagnetta Date: Fri, 20 Oct 2023 14:33:36 +0200 Subject: [PATCH] Update gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ebf5f57..337f5cf 100644 --- a/.gitignore +++ b/.gitignore @@ -155,4 +155,6 @@ videos/ # temporary scripts (for ad-hoc testing), temp folder /temp -/temp*.py \ No newline at end of file +/temp*.py + +notebooks/_build/ \ No newline at end of file