add build script

This commit is contained in:
2026-03-26 12:12:18 -04:00
parent 4ab142a417
commit 83ff658886
3 changed files with 39 additions and 1 deletions

8
.gitignore vendored
View File

@@ -34,7 +34,10 @@ bin/
out/
# VS Code
.vscode/
.vscode/*
# VS Code (include tasks)
!.vscode/tasks.json
# NetBeans
nbproject/private/
@@ -49,3 +52,6 @@ nbdist/
# Linux
*~
# build artifacts
dist/