.DS_Store
.venv/
__pycache__/
*.egg-info/
*.pyc
.mypy_cache/
.pytest_cache/
.ruff_cache/
.cache/
.coverage
.coverage.*
coverage.xml
htmlcov/
.testmondata

# Generated at build time by hatch-vcs (see pyproject.toml)
src/shrike/_version.py

# QA harness working dir — regenerated each launch (see scripts/launch-qa-server.sh)
tests/qa/run/

# Packaged skills (scripts/package-skill.py)
dist/
tests/qa/eval/runs/

# QA skill-variant A/B copies — throwaway; the swap script (use-variant.sh) is tracked
tests/qa/eval/variants/*/
