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 <noreply@anthropic.com>
This commit is contained in:
2026-08-02 17:49:40 +09:00
parent 74ddd95a05
commit 884b64c34b
+3
View File
@@ -10,3 +10,6 @@ TestResults/
.DS_Store .DS_Store
__pycache__/ __pycache__/
*.pyc *.pyc
*.log
host*.log
artifacts/