mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-12 23:01:41 +00:00
Add litellm-rust .gitignore
This commit is contained in:
parent
1320fcf581
commit
5d3adc3ed2
1 changed files with 8 additions and 0 deletions
8
litellm-rust/.gitignore
vendored
Normal file
8
litellm-rust/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
/target
|
||||
**/*.rs.bk
|
||||
*.so
|
||||
*.pyd
|
||||
*.dylib
|
||||
Cargo.lock
|
||||
__pycache__/
|
||||
.venv/
|
||||
Loading…
Add table
Reference in a new issue