# .NET
bin/
obj/
artifacts/
*.user
*.suo
.vs/

# Rider / Resharper
.idea/
*.DotSettings.user

# OS
Thumbs.db
.DS_Store

# Trace artifacts (kept out of git unless explicitly added under tests/fixtures/)
*.etlx
*.etl
!tests/**/fixtures/*.etl

# Capture script logs (regenerated each run)
tests/**/fixtures/capture_all.log

# tests/manual/ outputs (regeneratable). When adding manual validation runs, commit
# only the .md write-up; let captured tool output and stderr stay local.
tests/manual/*.json
tests/manual/*.stderr.log

# Local agent coordination and review artifacts
AGENTS.md
CLAUDE.md
docs/*_REVIEW*.md

# Symbol cache
Symbols/
