[codex] Ignore generated app virtual environments#768
Merged
Conversation
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.
Summary
Add root ignore rules for generated app/page
.venvdirectories so local installs and external app checkouts do not show virtual environments as source changes.Repro
After installing app/page environments in
/Users/agi/agilab-src, Git status showed generated paths such assrc/agilab/apps-pages/*/.venvandsrc/agilab/apps/builtin/uav_queue_project/.venvas untracked noise.Root Cause
Some app/page virtual environments rely on nested
.gitignorefiles. External or generated app checkouts can be copied without those nested ignore files, and root unignore rules can expose the generated.venvdirectories.Regression Test
A manual ignore check was used because this is a Git ignore-policy update, not runtime behavior.
Validation
git check-ignore -v src/agilab/apps-pages/app_ui/.venv src/agilab/apps/builtin/uav_queue_project/.venv || truepython3 tools/agent_commit_provenance_guard.py --check-configReview Evidence
Not used.
Agent Metadata
tokki 1.0.19/fastmode: no