chore: remove tracked __pycache__ and egg-info from git
Nobody has claimed this yet.
Assessment
- Difficulty
- 1/5
- Estimated time
- 1-3 hours
- Newbie friendliness
- 90/100
- Issue type
- Refactor
- Clarity
- Clearly specified
- Activity status
- Active
- Tech stack
- python
- Domain
- build-system
Research direction
Inspect the tracked pycache/ directories and src/diff_contract.egg-info/ entries, then review the repository’s Python build artifacts. Create .gitignore coverage for those artifacts, remove them from tracking, and verify with git ls-files | grep -E '(pycache|egg-info)'; finish by running the tests and CI checks.
Written by the indexing model from the issue text.
Description
Problem
__pycache__/ directories and src/diff_contract.egg-info/ are tracked in git. These are Python build artifacts that should not be committed.
What's needed
- Remove all
__pycache__/directories from tracking - Remove
src/diff_contract.egg-info/from tracking - Create
.gitignoreto prevent re-adding
Acceptance criteria
-
git ls-files | grep -E '(__pycache__|egg-info)'returns nothing -
.gitignorecovers Python build artifacts - Tests and CI remain green
- Dominant language
- Python
- Stars
- 1
- Forks
- 3
- Avg merge
- 8h 23m
- Merged PRs (30d)
- 5
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from yunaremaia/diff-contract
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
yunaremaia/diff-contract#70 ·
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 86/100
yunaremaia/diff-contract#56 ·
-
enhancement good first issue
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
yunaremaia/diff-contract#41 ·
-
enhancement good first issue
Difficulty 2/5 1-3 hours Newbie friendliness 84/100
yunaremaia/diff-contract#40 ·
-
enhancement good first issue
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
yunaremaia/diff-contract#30 ·
All issues in yunaremaia/diff-contract
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
enhancement
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100