diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c056369 --- /dev/null +++ b/.gitignore @@ -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 \ No newline at end of file