From 884b64c34b19ea308db621eb151eea1ffb5b3c6b Mon Sep 17 00:00:00 2001 From: kjh2064 Date: Sun, 2 Aug 2026 17:49:40 +0900 Subject: [PATCH] chore: Add log files and artifacts to .gitignore - Ignore *.log, host*.log files - Ignore artifacts/ directory - Prevent accidental commit of runtime logs Co-Authored-By: Claude Haiku 4.5 --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index bd690d07..6b301e0c 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,6 @@ TestResults/ .DS_Store __pycache__/ *.pyc +*.log +host*.log +artifacts/