.gitignore

This commit is contained in:
Your Name 2025-05-12 18:55:50 +12:00
parent c9a7f37ef4
commit e288a28154

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