From a07302cb8894817a96144b46910116d7d8e30f7a Mon Sep 17 00:00:00 2001 From: kenzuya Date: Tue, 10 Mar 2026 00:54:47 +0700 Subject: [PATCH] chore(gitignore): ignore capitalized Logs directory too Add `Logs` to `.gitignore` so log output from environments that use an uppercase directory name is not accidentally staged or committed. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 91292f5..8dbc9bb 100644 --- a/.gitignore +++ b/.gitignore @@ -27,6 +27,7 @@ temp/ logs/ Temp/ binaries/ +Logs # Byte-compiled / optimized / DLL files __pycache__/