commit 9452f9fb6b4e7c4b0c6abf40bb1f25e7e0f1ef50 Author: Reality Enjoyer Date: Fri Dec 19 06:41:19 2025 +0000 add .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..357e3f5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,14 @@ +# Rust +**/target/ +**/Cargo.lock +**/*.rs.bk + +# OS +.DS_Store +Thumbs.db + +# Build outputs +*.exe +*.dll +*.so +*.dylib