chore(web): simplify overview header and ignore Python test cache
Build CutList image / build-and-push (push) Successful in 44s
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:
+5
-1
@@ -248,4 +248,8 @@ ModelManifest.xml
|
||||
.superpowers/
|
||||
|
||||
# Playwright MCP browser session logs/traces
|
||||
.playwright-mcp/
|
||||
.playwright-mcp/
|
||||
|
||||
# Python bytecode cache (tests/)
|
||||
__pycache__/
|
||||
*.pyc
|
||||
Reference in New Issue
Block a user