update deps and add build infra
Some checks failed
/ build (push) Has been cancelled

This commit is contained in:
🪞👃🪞 2025-04-28 00:57:02 +03:00
parent 07f6f82268
commit b165573e55
14 changed files with 159 additions and 56 deletions

14
.gitignore vendored
View file

@ -1,4 +1,16 @@
target
target/*
!target/.gitkeep
*.dll
*.exe
bin/
perf.data*
flamegraph*.svg
vgcore*
example.mid
cov
*/cov
*.profraw
build/*
!build/README.md
!build/*.sh
!build/Dockerfile.*