From 30534b694a19aaf143ccf5fd36ea6932e3415adb Mon Sep 17 00:00:00 2001 From: Samir Boulahtit Date: Sat, 22 Nov 2025 15:57:02 +0100 Subject: [PATCH] chore: add TODO to .gitignore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ignore TODO file from version control as it's used for temporary task tracking during development. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index c32def68..378331f6 100644 --- a/.gitignore +++ b/.gitignore @@ -124,6 +124,7 @@ logs/ temp-*.txt *.tmp *.temp +TODO # Backup files *.bak