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.
This commit is contained in:
kenzuya
2026-03-10 00:54:47 +07:00
parent 0a820e6552
commit a07302cb88

1
.gitignore vendored
View File

@@ -27,6 +27,7 @@ temp/
logs/ logs/
Temp/ Temp/
binaries/ binaries/
Logs
# Byte-compiled / optimized / DLL files # Byte-compiled / optimized / DLL files
__pycache__/ __pycache__/