Add pixi environment directory to .gitignore - #4025
Open
bernalde wants to merge 2 commits into
Open
Conversation
Pixi (prefix.dev) stores its generated conda environments in a .pixi/ directory at the project root. Ignore it alongside the other IDE/tool entries so pixi-based development checkouts stay clean.
mrmundt
requested changes
Aug 19, 2026
Contributor
Author
|
Addressed the review in 84047bb: No tests were added; the change is a CI for the new head was starting when this was posted. The formal review decision remains CHANGES_REQUESTED until @mrmundt re-reviews; review re-requested. |
mrmundt
self-requested a review
August 21, 2026 13:47
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes # .
None — minor development-environment housekeeping; no linked issue.
Summary/Motivation:
Pixi is a conda-ecosystem environment/package manager that stores its generated environments in a
.pixi/directory at the project root. Like the IDE configuration directories already ignored (.vscode,.idea,.spyder*), this directory is machine-generated, potentially large, and specific to a contributor's local setup, so checkouts of contributors who manage their Pyomo development environment with pixi currently show thousands of untracked files.Changes proposed in this PR:
.pixi/to.gitignore, alongside the existing editor/tool entries.AI-Use Disclosure
or
AI tools contributed to the development of this PR
Review process (select ONE):
Notes for reviewers (optional): AI assistance was limited to drafting this description and the commit message; the one-line
.gitignoreentry itself was authored manually in a local checkout before being upstreamed here.Legal Acknowledgement
By contributing to this software project, I have read the contribution guide and agree to the following terms and conditions for my contribution: