# Local Yocto error-report sample corpus (may contain unscrubbed data)
error-reports/

# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.venv/
venv/

# Tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Editor / OS
.DS_Store

# Optional site-specific fixture redactions (never commit)
tests/fixtures/redactions.local

# Local cross-run trend store (SPEC-006 §1; never commit — history, not source)
.yer/
