From c9901106469c27c59eb1e31bd7e4aa5ea326caa0 Mon Sep 17 00:00:00 2001 From: gsinghpal Date: Mon, 25 May 2026 12:30:05 -0400 Subject: [PATCH] chore: gitignore .claude/ preview-tooling state The Claude Preview MCP writes launch.json + throwaway HTML mockups to .claude/ during brainstorming sessions. Not project source. --- fusion_plating/.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/fusion_plating/.gitignore b/fusion_plating/.gitignore index 29075c88..48fcb4ba 100644 --- a/fusion_plating/.gitignore +++ b/fusion_plating/.gitignore @@ -2,6 +2,10 @@ # The companion server saves files here; not project source. .superpowers/ +# Claude Code preview-tooling state (launch.json for preview_start, +# throwaway HTML mockups from brainstorming sessions). +.claude/ + # Local Odoo dev artifacts *.pyc __pycache__/