diff --git a/hello_world/.gitignore b/hello_world/.gitignore new file mode 100644 index 0000000..b1a2ca3 --- /dev/null +++ b/hello_world/.gitignore @@ -0,0 +1,14 @@ +# Ignore compiled artifacts and build directories +/target/ +Cargo.lock + +# Ignore editor-specific temporary files +**/*.rs.bk + +# Ignore generated documentation +/target/doc/ + +# Ignore generated binaries +Cargo.toml.orig +Cargo.toml.bk +Cargo.lock.bk