build(ai-gateway): keep the committed enterprise wheels out of the build context

This commit is contained in:
mateo-berri 2026-09-03 01:49:40 -07:00
parent fbb799e240
commit 1d1eb4264f

View file

@ -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