initial commit

This commit is contained in:
kp2pml30 2026-02-10 21:24:16 +09:00
commit c6b956ffa9
Signed by: kp2pml30
GPG key ID: CD6528BAC23E3E34
33 changed files with 3077 additions and 0 deletions

34
.gitignore vendored Normal file
View file

@ -0,0 +1,34 @@
# editors
.vscode/
.idea/
.godot/
# apple
.DS_Store
.AppleDouble
.LSOverride
# build related directories
/build
target
zig-out
zig-build
# secrets
.env
# direnv
.envrc
.direnv
# py
__pycache__/
.pytest_cache
.mypy_cache
.ruff_cache
.coverage*
# Added by cargo
/target