# Per-user / per-session Claude Code state (never commit)
.claude/settings.local.json

# macOS
.DS_Store

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

# `quality init` installs bundled skills into the target's
# `.agents/skills/quality-studio/` directory. When qa-studio is its
# own target (dogfood loop, #92/#94/#96), those installs land in THIS
# repo's .agents/. The canonical source lives in /skills/ at the repo
# root and ships via pyproject.toml's wheel manifest — don't double-store.
.agents/
