From e288a28154dc536c322039c27859275f38003798 Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 12 May 2025 18:55:50 +1200 Subject: [PATCH] .gitignore --- .gitignore | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .gitignore 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