commit 164aafc209656e39d147e0cba023d52ccd82cd5c Author: Manuel Raimann Date: Fri Jan 30 16:19:14 2026 +0100 feat: add .gitignore to exclude build and IDE files diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f130dc8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +/target +.idea +tasks/ +ralph/ +Cargo.lock