Skip to content

Report unignored Python virtualenv folders - #11

Merged
omerbek merged 1 commit into
mainfrom
fix/python-venv-junk-folders
Aug 16, 2026
Merged

Report unignored Python virtualenv folders#11
omerbek merged 1 commit into
mainfrom
fix/python-venv-junk-folders

Conversation

@omerbek

@omerbek omerbek commented Aug 16, 2026

Copy link
Copy Markdown
Owner

What changed

  • Report .venv/, �env/, and env/ folders as junk when they are not ignored.
  • Skip those folders when the matching .gitignore entry exists.
  • Add focused regression tests for both behaviors.

Why

These folders are common local Python environment artifacts and fit RepoDx's small repository hygiene scope when handled explicitly.

Fixes #7

Validation

  • python -m unittest discover

@omerbek
omerbek merged commit 1cf7f8a into main Aug 16, 2026
2 checks passed
@omerbek
omerbek deleted the fix/python-venv-junk-folders branch August 16, 2026 09:06
@omerbek omerbek mentioned this pull request Aug 16, 2026
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Consider reporting common Python virtual environment folders

1 participant