.qaas/
.venv/
__pycache__/
*.pyc
.pytest_cache/
node_modules/
.DS_Store
.env

# Run debris — agents write these while exploring; they are not source.
.playwright-mcp/
/*.png

# Agent worktrees — real git worktrees, never repo content.
.claude/worktrees/

# Build artifacts.
dist/

# Agent evidence screenshots land here because put_artifact takes only text.
target-app/*.png

# Personal notes, not published.
tutorial/
