@gurupanguji
Plan: Ignore Python Cache Files
Todo List
Add Python cache patterns to
.gitignore
.
Verify that Python cache files are ignored.
Commit changes to the feature branch.
Push changes and open a Pull Request.
Steps
Read the existing
.gitignore
to identify the best insertion point.
Update
.gitignore
using the
replace
tool.
Check
git status
to ensure
__pycache__
is ignored.
Commit the changes.
Push to
origin
and create a PR.