From b4189da147b629af9ba9efce0479b1ba4884a43c Mon Sep 17 00:00:00 2001 From: Raphael Date: Thu, 12 Feb 2026 11:40:38 +0100 Subject: [PATCH] core(git/ignore): adding the gitignore --- .gitignore | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a8c64c8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,18 @@ +/target +debug +target +build +mod.rs + +# These are backup files generated by rustfmt +**/*.rs.bk + +# MSVC Windows builds of rustc generate these, which store debugging information +*.pdb + +**/mutants.out*/ + +# Flake Stuff +.env +.direnv/ +flake.lock