From 597f2b2c5f959b0280575c36bf7cc1094e236cb2 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Thu, 5 Feb 2026 14:40:49 +0000 Subject: [PATCH] Initial upload with CI/CD workflow --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..65e9078 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +target/ +Cargo.lock +*.local +.DS_Store +*.swp +*.swo