From 58f41e6bda3b3a3385d762a4a0fa7442c5cde710 Mon Sep 17 00:00:00 2001 From: Kyler Date: Mon, 1 Dec 2025 08:50:13 -0700 Subject: [PATCH] added .gitignores for projects --- SLS_Python/.gitignore | 1 + SLS_Rust/sls/.gitignore | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 SLS_Python/.gitignore create mode 100644 SLS_Rust/sls/.gitignore diff --git a/SLS_Python/.gitignore b/SLS_Python/.gitignore new file mode 100644 index 0000000..c18dd8d --- /dev/null +++ b/SLS_Python/.gitignore @@ -0,0 +1 @@ +__pycache__/ diff --git a/SLS_Rust/sls/.gitignore b/SLS_Rust/sls/.gitignore new file mode 100644 index 0000000..6936990 --- /dev/null +++ b/SLS_Rust/sls/.gitignore @@ -0,0 +1,3 @@ +/target +**/*.rs.bk +Cargo.lock