From 148811deccd803be7f9c4a668974afecd4e97f4e Mon Sep 17 00:00:00 2001 From: codecrafters-bot Date: Mon, 14 Jul 2025 21:06:11 +0000 Subject: init [skip ci] --- .gitignore | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..73fab07 --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +# Generated by Cargo +# will have compiled files and executables +debug/ +target/ + +# These are backup files generated by rustfmt +**/*.rs.bk + +# MSVC Windows builds of rustc generate these, which store debugging information +*.pdb -- cgit v1.2.3