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:
@@ -10,3 +10,6 @@ TestResults/
|
|||||||
.DS_Store
|
.DS_Store
|
||||||
__pycache__/
|
__pycache__/
|
||||||
*.pyc
|
*.pyc
|
||||||
|
*.log
|
||||||
|
host*.log
|
||||||
|
artifacts/
|
||||||
|
|||||||
Reference in New Issue
Block a user