From c430a392b8f074ef7db37853f81cc83cccde9b4d Mon Sep 17 00:00:00 2001 From: Dmitrii Iurco Date: Thu, 11 Jun 2026 10:57:44 -0400 Subject: [PATCH] chore: fix .gitignore CLAUDE.md entry (was appended without newline) Co-Authored-By: Claude Fable 5 --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9eb2a65..23ce92e 100644 --- a/.gitignore +++ b/.gitignore @@ -90,4 +90,6 @@ backups/ # Coverage data .coverage -htmlcov/ CLAUDE.md +htmlcov/ + +CLAUDE.md