Skip to content

chore: add .gitignore and remove committed OS/build artifacts - #5

Open
faisalnugroho wants to merge 1 commit into
AxisAIOrg:mainfrom
faisalnugroho:chore/gitignore-cleanup
Open

chore: add .gitignore and remove committed OS/build artifacts#5
faisalnugroho wants to merge 1 commit into
AxisAIOrg:mainfrom
faisalnugroho:chore/gitignore-cleanup

Conversation

@faisalnugroho

Copy link
Copy Markdown

Summary

  • Adds a minimal .gitignore (__pycache__/, *.pyc, .DS_Store, *.egg-info/, .venv/)
  • Removes accidentally committed artifacts: 3× .DS_Store, and __pycache__/*.pyc blobs (including a compiled increase_gripper_closure.cpython-313.pyc whose source isn't even in the repo)

No functional code changes — safe, zero-risk housekeeping.

Verification

  • git diff main..HEAD --stat shows only deletions of binary artifacts + new .gitignore
  • All tracked .py sources untouched

Removes .DS_Store files and __pycache__/*.pyc blobs that were
accidentally committed, and adds a .gitignore to keep them out.
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.

1 participant