From 8afb20898506d2344e0987929c79eb467ea6380e Mon Sep 17 00:00:00 2001 From: zwitschi Date: Mon, 3 Nov 2025 19:04:34 +0100 Subject: [PATCH] fix: update .gitignore to include GitHub Copilot files and add TODO.md --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a0cde0b..ebe7096 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ -.github/copilot* cache/ logs/ @@ -165,3 +164,5 @@ cython_debug/ #.idea/ docs/online.md +.github/copilot* +.github/TODO.md