From baf7f1170e59ffa881ee18b838ca065f58877022 Mon Sep 17 00:00:00 2001 From: AJ Isaacs Date: Thu, 6 Aug 2026 23:16:37 -0400 Subject: [PATCH] chore(web): simplify overview header and ignore Python test cache 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 --- .gitignore | 6 +++++- CutList.Web/Components/Pages/Home.razor | 5 ----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index eb5e70f..4e3b79a 100644 --- a/.gitignore +++ b/.gitignore @@ -248,4 +248,8 @@ ModelManifest.xml .superpowers/ # Playwright MCP browser session logs/traces -.playwright-mcp/ \ No newline at end of file +.playwright-mcp/ + +# Python bytecode cache (tests/) +__pycache__/ +*.pyc \ No newline at end of file diff --git a/CutList.Web/Components/Pages/Home.razor b/CutList.Web/Components/Pages/Home.razor index 7db2033..cbcb802 100644 --- a/CutList.Web/Components/Pages/Home.razor +++ b/CutList.Web/Components/Pages/Home.razor @@ -11,11 +11,6 @@ else {
-
-

Production planning

-

Cut planning at a glance.

-

See what is moving through the shop and the stock configurations that recur across jobs.

-