mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-15 23:31:29 +00:00
build(ai-gateway): keep the committed enterprise wheels out of the build context
This commit is contained in:
parent
fbb799e240
commit
1d1eb4264f
1 changed files with 2 additions and 0 deletions
|
|
@ -26,6 +26,8 @@
|
|||
# --- prune heavy / irrelevant subpaths back out of the re-included trees ---
|
||||
# Rust build artifacts (huge; regenerated in the builder).
|
||||
**/target/
|
||||
# Committed python distribution artifacts; the wheel build does not read them.
|
||||
enterprise/dist/
|
||||
# Python caches and compiled bytecode.
|
||||
**/__pycache__/
|
||||
**/*.pyc
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue