From 0a6f95b7b6a1935bf6a7578ea598de45d23c1cc1 Mon Sep 17 00:00:00 2001 From: Pedro Prete Date: Thu, 11 Sep 2025 08:08:25 -0300 Subject: [PATCH] Add temp-runs to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index d6cbdb6..01e93b1 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ # will have compiled files and executables debug/ target/ +temp-runs/ # Remove Cargo.lock from gitignore if creating an executable, leave it for libraries # More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html