commit 8cb8e524dded321a3495f22d45dc763ee808eda3 Author: Christopher Moyer Date: Tue Dec 17 04:24:47 2024 +0000 add gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7a51446 --- /dev/null +++ b/.gitignore @@ -0,0 +1,16 @@ +# 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 + +# Rust rover +.idea +*.iml + +config.toml \ No newline at end of file