Proposal: Add litellm/proxy/_experimental/out/ to .gitignore
#19991
KarthiDreamr
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've noticed that the machine-generated build artifacts in
litellm/proxy/_experimental/out/are currently tracked in the repository. While this makes it easy to run the dashboard without a local node build, it creates several friction points for contributors:out/directory, cluttering the commit history and making PR reviews significantly harder.Proposed Change:
Add
litellm/proxy/_experimental/out/to the root.gitignore.Recommendation for Distribution:
To maintain the convenience of bundled UI for PyPI users, the build process could be moved to the CI/CD pipeline. The artifacts can be generated during the release phase and packaged into the final distribution without needing to be stored in the source control history.
What are the maintainers' thoughts on moving toward a cleaner source tree?
Beta Was this translation helpful? Give feedback.
All reactions