gitignore: Ignore .html files

This commit is contained in:
TheOnlyWayUp
2024-12-07 06:02:39 +00:00
parent c6174aa418
commit f0e7d79d2f
+1
View File
@@ -2,6 +2,7 @@ __pycache__
venv venv
*epub *epub
*pdf *pdf
*html
data data
*ipynb *ipynb
build build