From a89252c46f25db34f7f7fa1f78d257ce48fd641c Mon Sep 17 00:00:00 2001 From: OmarAlJarrah Date: Sun, 9 Aug 2026 03:39:49 +0300 Subject: [PATCH] chore: drop the unproduced coverage badge, ignore .DS_Store --- .gitignore | 12 ++---------- README.md | 1 - 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index fad76bee..c2c530b4 100644 --- a/.gitignore +++ b/.gitignore @@ -27,21 +27,13 @@ profile.cov go.work go.work.sum -# Subagent-driven-development scratch ledger (git-ignored, not shared) -.superpowers/ -# Planning docs / SDD plan artifacts - kept local, never committed -docs/superpowers/ - # env file .env -# Editor/IDE +# Editor/IDE and OS metadata .idea/ .vscode/ - -# Agent scratch space — not project content -.claude/ -.crush/ +.DS_Store # Scratch files that land in the repo root during ad hoc runs /out.json diff --git a/README.md b/README.md index ccb1d64c..87fd9091 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,6 @@ gate License Go - Coverage

Morphic is a spec-to-SDK compiler. It reads an API specification in any supported source format,