chore: remove tracked __pycache__ and egg-info from git

Open Beginner friendly
#43 0 comments 0 reactions 0 assignees View on GitHub

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

good first issue

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

  1. Remove all __pycache__/ directories from tracking
  2. Remove src/diff_contract.egg-info/ from tracking
  3. Create .gitignore to prevent re-adding

Acceptance criteria

  • git ls-files | grep -E '(__pycache__|egg-info)' returns nothing
  • .gitignore covers 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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from yunaremaia/diff-contract

All issues in yunaremaia/diff-contract

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.