From 34a0c3b60dc3cfc932f65d96d2202a28b8dd0582 Mon Sep 17 00:00:00 2001 From: Clawd Agent Date: Mon, 2 Mar 2026 08:42:00 +0100 Subject: [PATCH] chore: exclude planning docs from git (kept locally) --- .gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitignore b/.gitignore index 721cb85..a651433 100644 --- a/.gitignore +++ b/.gitignore @@ -44,3 +44,12 @@ __pycache__/ # Staging /tmp/ /staging-*/ + +# Planning & Documentation (kept locally, not in repo) +.planning/ +TODO.md +CLAUDE.md +./frontend/.planning/ +./frontend/tasks/ +./docs/plans/ +.claude/settings.local.json