mirror of
https://github.com/BerriAI/litellm.git
synced 2026-08-28 05:25:59 +00:00
chore: remove accidentally committed dist tarball and ignore dist/ (#33805)
dist/litellm-1.79.1.tar.gz (a 64-byte build artifact) was committed by mistake. Release CI wipes dist/ before building, so it never affected published artifacts, but it doesn't belong in version control. Add dist/ to .gitignore to prevent a repeat.
This commit is contained in:
parent
13ecf55cd0
commit
c4ecdce7a2
2 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -15,6 +15,9 @@ litellm/rust_bridge/_native*.so
|
|||
litellm/rust_bridge/_native*.pyd
|
||||
litellm-rust/target/
|
||||
|
||||
# Python package build output
|
||||
dist/
|
||||
|
||||
bun.lockb
|
||||
**/.DS_Store
|
||||
.aider*
|
||||
|
|
|
|||
BIN
dist/litellm-1.79.1.tar.gz
vendored
BIN
dist/litellm-1.79.1.tar.gz
vendored
Binary file not shown.
Loading…
Add table
Reference in a new issue