Skip to content

Removed Unneccessary Files and Updated GitIgnore To Stop Tracking Them#15

Merged
jerrya-code merged 1 commit intomainfrom
cleanup/gitIgnore
Apr 4, 2026
Merged

Removed Unneccessary Files and Updated GitIgnore To Stop Tracking Them#15
jerrya-code merged 1 commit intomainfrom
cleanup/gitIgnore

Conversation

@Trosper3
Copy link
Copy Markdown
Owner

No description provided.

@Trosper3 Trosper3 linked an issue Mar 28, 2026 that may be closed by this pull request
Copilot AI review requested due to automatic review settings March 28, 2026 23:24
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR cleans the repository by removing generated/temporary Python artifacts and extending .gitignore to prevent these files from being re-added to version control.

Changes:

  • Removed Python build/test artifacts (e.g., __pycache__/*.pyc, .egg-info metadata files).
  • Removed editor/backup files (e.g., *~, pyproject.toml~, .pyproject.toml.un~).
  • Updated .gitignore to ignore common local/dev artifacts (.pytest_cache/, .idea/, *.egg-info/, *~).

Reviewed changes

Copilot reviewed 5 out of 10 changed files in this pull request and generated no comments.

Show a summary per file
File Description
pyproject.toml~ Removes an unnecessary backup/temporary file from the repo.
app/tests/__pycache__/test_dummy.cpython-311-pytest-9.0.2.pyc Removes compiled test bytecode artifact.
app/tests/__pycache__/conftest.cpython-311-pytest-9.0.2.pyc Removes compiled test bytecode artifact.
app/tests/__pycache__/__init__.cpython-311.pyc Removes compiled test bytecode artifact.
UNKNOWN.egg-info/top_level.txt Removes generated packaging metadata.
UNKNOWN.egg-info/dependency_links.txt Removes generated packaging metadata.
UNKNOWN.egg-info/SOURCES.txt Removes generated packaging metadata.
UNKNOWN.egg-info/PKG-INFO Removes generated packaging metadata.
.pyproject.toml.un~ Removes an editor/backup artifact.
.gitignore Adds ignore rules to prevent these artifacts from being tracked again.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copy link
Copy Markdown
Collaborator

@Pranaya-Kafle Pranaya-Kafle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice cleanup !

@jerrya-code jerrya-code merged commit 4b53e00 into main Apr 4, 2026
4 checks passed
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.

Clean Up Unnecessary Files and Update GitIgnore

4 participants