First commit

This commit is contained in:
Your Name
2025-08-09 16:44:26 +12:00
commit dd03db14d7
14 changed files with 976 additions and 0 deletions

25
.gitignore vendored Normal file
View File

@@ -0,0 +1,25 @@
# Build artifacts
bb64
bb64.arm64
bb64.amd64
# Musl cross toolchains
x86_64-linux-musl-cross/
aarch64-linux-musl-cross/
.musl-cross/
# Temporary files
*.tgz
*.tmp
*.swp
*~
# Logs
*.log
# Secrets/tokens
.env
*.token
# Misc
VERSION