From c6f164220966e75691210b347b5e9d18cd9ca3a7 Mon Sep 17 00:00:00 2001 From: Joseph Timothy Foley Date: Thu, 2 Jul 2026 09:33:44 +0000 Subject: [PATCH] Ignore generated html files --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 25be4a4..3691aad 100644 --- a/.gitignore +++ b/.gitignore @@ -225,3 +225,4 @@ cython_debug/ # PyPI configuration file .pypirc +*.html