Add litellm-rust .gitignore

This commit is contained in:
Ishaan Jaffer 2026-06-16 20:48:21 -07:00
parent 1320fcf581
commit 5d3adc3ed2
No known key found for this signature in database

8
litellm-rust/.gitignore vendored Normal file
View file

@ -0,0 +1,8 @@
/target
**/*.rs.bk
*.so
*.pyd
*.dylib
Cargo.lock
__pycache__/
.venv/