diff --git a/litellm-rust/.gitignore b/litellm-rust/.gitignore new file mode 100644 index 00000000000..a73c0937b32 --- /dev/null +++ b/litellm-rust/.gitignore @@ -0,0 +1,8 @@ +/target +**/*.rs.bk +*.so +*.pyd +*.dylib +Cargo.lock +__pycache__/ +.venv/