From f0e7d79d2f444fcc0f4f3d189919e3a9fdf03f7f Mon Sep 17 00:00:00 2001 From: TheOnlyWayUp Date: Sat, 7 Dec 2024 06:02:39 +0000 Subject: [PATCH] gitignore: Ignore .html files --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 35a76c3..1033882 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ __pycache__ venv *epub *pdf +*html data *ipynb build