From 0baf646832e80900554493ca7bbe90ac7b1a674b Mon Sep 17 00:00:00 2001 From: Max-R Date: Tue, 25 Nov 2025 09:57:28 +0100 Subject: [PATCH] add files to gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4f907f8..15d0ea4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,7 @@ mnist runTests *.o -*.exe \ No newline at end of file +*.exe +.vscode/c_cpp_properties.json +.vscode/launch.json +.vscode/settings.json