From 05a9d192ee17c503172e785fd1383a62f2feb20b Mon Sep 17 00:00:00 2001 From: winter Sparkles Date: Thu, 23 Apr 2026 22:30:04 +0100 Subject: initial commit we have a few basic data structures so far! (and a bunch of other non-code stuff like doxygen) --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a5e6154 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +docs-generated/ +build/ -- cgit v1.3