chore: gitignore screenshots, scheduled-tasks lock, playwright cache

Working tree was accumulating debris across sessions:
- Headless-Chrome / visual-companion screenshots in repo root (dozens
  of throwaway PNGs from design iteration)
- .claude/scheduled_tasks.lock from autonomous-loop runs
- .playwright-mcp/ cache from the Playwright MCP server

Adds explicit ignores so these stay local. Intentionally archived
screenshots belong under docs/; the /*.png pattern only catches
root-level debris.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-26 22:10:27 -04:00
parent b5a4ba531c
commit 4b98e52043

12
.gitignore vendored
View File

@@ -1,4 +1,16 @@
.superpowers/
.mcp.json
.claude/settings.local.json
.claude/scheduled_tasks.lock
ezscale-discovery-*/
# Docker dev env
.env.docker
# Playwright MCP cache + per-session debris
.playwright-mcp/
# Loose screenshots from headless Chrome / visual companion sessions.
# Intentionally archived screenshots belong under docs/; root-level PNGs
# are throwaway debug artifacts that shouldn't be tracked.
/*.png