From 420e7c8c32bec79946855040576a88284f37c925 Mon Sep 17 00:00:00 2001 From: jeremygan2021 Date: Wed, 4 Mar 2026 19:06:18 +0800 Subject: [PATCH] ignore fonts and logs --- .gitignore | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.gitignore b/.gitignore index 706fd07..2ea4ac3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,15 @@ .idea .vscode + +# Logs +*.log +logs/ +log/ + +# Python +__pycache__/ +*.py[cod] + +# Fonts +*.ttf +*.otf