Public release 0.1

This commit is contained in:
Adam Macdonald
2025-01-31 18:28:43 +00:00
commit 984b49d683
19 changed files with 1538 additions and 0 deletions

29
.gitignore vendored Normal file
View File

@@ -0,0 +1,29 @@
# Visual Studio Code
.vscode/
# IntelliJ IDEs
.idea/
# CMake
build/
target/
out/
# clangd
.cache/
# Build artefacts
*.exe
*.dll
*.lib
*.pdb
*.dylib
*.so
*.o
*.a
# Binaries
# *.bin
# Miscellaneous stuff
.directory