Add build tool and stub main.cpp

This commit is contained in:
Lexi / Zoe 2025-10-22 00:20:48 +02:00
parent bf741cc90b
commit a5f858641f
Signed by: binaryDiv
GPG key ID: F8D4956E224DA232
5 changed files with 694 additions and 2 deletions

16
.gitignore vendored Normal file
View file

@ -0,0 +1,16 @@
# IDEs and editors
/.idea
/.vscode
# General
/tmp
/_tmp
# Python
__pycache__/
*.py[cod]
# Build files
/build
/build.ninja
/shuriken.override.yaml