added .gitignores for projects

This commit is contained in:
Kyler Olsen 2025-12-01 08:50:13 -07:00
parent 5094e8b4ab
commit 58f41e6bda
2 changed files with 4 additions and 0 deletions

1
SLS_Python/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
__pycache__/

3
SLS_Rust/sls/.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
/target
**/*.rs.bk
Cargo.lock