From 8ac4d298a209a2b381f203c2b63e59ace9736846 Mon Sep 17 00:00:00 2001 From: y-jan137 Date: Thu, 12 Mar 2026 15:01:35 +0300 Subject: Add matrix, vector classes and tests --- .gitignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 0180838..c8fac71 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ -.zig-cache/ -zig-out/ -*.o +build/ +.vscode/ +.DS_Store \ No newline at end of file -- cgit v1.2.3