Skip to content

Ignore Python bytecode cache files - #29

Merged
diego3 merged 2 commits into
mainfrom
claude/metalslug-jump-and-background
Jul 30, 2026
Merged

Ignore Python bytecode cache files#29
diego3 merged 2 commits into
mainfrom
claude/metalslug-jump-and-background

Conversation

@diego3

@diego3 diego3 commented Jul 30, 2026

Copy link
Copy Markdown
Owner

Summary

  • Add a .gitignore covering __pycache__/ and *.pyc so Python bytecode is no longer tracked.
  • Remove the compiled .pyc files under games/metalslug_demo/scripts/python/ (and its tests/__pycache__/) that had been accidentally committed.

Test plan

  • git status shows the cache dirs no longer appear as tracked/dirty after regenerating bytecode.

Add .gitignore for __pycache__/*.pyc and remove already-tracked
cache files from the repo.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@cursor

cursor Bot commented Jul 30, 2026

Copy link
Copy Markdown

Bugbot is not enabled for your account, so this pull request was not reviewed.

Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@diego3
diego3 merged commit 92d35bc into main Jul 30, 2026
3 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.

1 participant