From 4322f092005732ace9c1c5f655c9e8a59cdfd5ca Mon Sep 17 00:00:00 2001 From: k1nq Date: Fri, 28 Nov 2025 11:09:44 +0500 Subject: [PATCH] feat: add task.instructions.md to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 5d381cc..3800d40 100644 --- a/.gitignore +++ b/.gitignore @@ -160,3 +160,4 @@ cython_debug/ # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ +task.instructions.md \ No newline at end of file