From 3cffba6e98d3885fd858091ebd3484c7727fa4aa Mon Sep 17 00:00:00 2001 From: Davide Grilli Date: Fri, 12 Jun 2026 12:12:50 +0200 Subject: [PATCH] chore(git): track CLAUDE.md and blueprint.md These files document the project for both contributors and AI tooling; they belong in version control alongside the code they describe. --- .gitignore | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitignore b/.gitignore index f55cc5f..5f6286c 100644 --- a/.gitignore +++ b/.gitignore @@ -91,6 +91,3 @@ settings.local.json # Local agent/tooling metadata .agents/ .codex/ -CLAUDE.md - -blueprint.md