884b64c34b
- Ignore *.log, host*.log files - Ignore artifacts/ directory - Prevent accidental commit of runtime logs Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
16 lines
169 B
Plaintext
16 lines
169 B
Plaintext
**/bin/
|
|
**/obj/
|
|
frontend/node_modules/
|
|
frontend/dist/
|
|
frontend/.env.local
|
|
.playwright/
|
|
TestResults/
|
|
*.user
|
|
*.suo
|
|
.DS_Store
|
|
__pycache__/
|
|
*.pyc
|
|
*.log
|
|
host*.log
|
|
artifacts/
|