Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature #1: Cleanup Directory #7

Open
infinity-plus opened this issue Oct 7, 2024 · 0 comments
Open

Feature #1: Cleanup Directory #7

infinity-plus opened this issue Oct 7, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@infinity-plus
Copy link
Collaborator

As a contributor, I want to clean up unnecessary files from the repo. This will delete pycache, pyc and pyo files.

Justification

  • Reduces repository clutter: Removing __pycache__, .pyc, and .pyo files keeps the codebase cleaner and easier to navigate.
  • Prevents merge conflicts: These generated files can cause unnecessary merge conflicts if tracked in the repository.
  • Improves repo performance: Excluding these files reduces the overall size of the repository, speeding up clone and pull operations.
  • Enforces best practices: Only source code and essential files are tracked in version control, while auto-generated files are ignored.
  • Ensures consistency: These files can differ across environments, so excluding them ensures that everyone works with the same version of the code.
  • Promotes easier collaboration: Clean, well-organized repositories are easier for new contributors to understand and work with.

Impact

No impact on existing functionality.

@infinity-plus infinity-plus added the enhancement New feature or request label Oct 7, 2024
@infinity-plus infinity-plus added this to the Open milestone Oct 7, 2024
@infinity-plus infinity-plus self-assigned this Oct 7, 2024
@infinity-plus infinity-plus reopened this Oct 7, 2024
infinity-plus added a commit that referenced this issue Oct 7, 2024
@infinity-plus infinity-plus removed this from the Open milestone Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants