chore(web): simplify overview header and ignore Python test cache
Build CutList image / build-and-push (push) Successful in 44s

Drop the redundant eyebrow/heading/subtext from the Home overview
header, leaving just the action buttons since the page title already
conveys the same info. Also ignore tests/__pycache__ so local pytest
bytecode cache doesn't get tracked.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
aj
2026-08-06 23:16:37 -04:00
co-authored by Claude Opus 4.6
parent 9b1564451d
commit baf7f1170e
2 changed files with 5 additions and 6 deletions
+5 -1
View File
@@ -248,4 +248,8 @@ ModelManifest.xml
.superpowers/
# Playwright MCP browser session logs/traces
.playwright-mcp/
.playwright-mcp/
# Python bytecode cache (tests/)
__pycache__/
*.pyc