From 3288df482ed6981b8034a6bd89af4d8713bea056 Mon Sep 17 00:00:00 2001 From: kevin Date: Thu, 13 Aug 2026 18:24:33 +0800 Subject: [PATCH] up --- .gitignore | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..26c29d1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,34 @@ +# Binaries +*.exe +*.exe~ +*.dll +*.so +*.dylib +*.test +*.out + +# Build artifacts +/build/ +/bin/ +/dist/ + +# Dependency directories +/vendor/ + +# IDE +.idea/ +.vscode/ +*.swp +*.swo + +# macOS +.DS_Store + +# Environment files +.env +.env.* +!.env.example + +# Go workspace files +go.work +go.work.sum