Skip to content

Remove tracked Python bytecode - #3

Draft
SWORDIntel wants to merge 1 commit into
mainfrom
agent/remove-tracked-python-bytecode
Draft

Remove tracked Python bytecode#3
SWORDIntel wants to merge 1 commit into
mainfrom
agent/remove-tracked-python-bytecode

Conversation

@SWORDIntel

Copy link
Copy Markdown
Owner

What changed

  • Remove eight tracked CPython 3.13 bytecode files from the Python package and tests.
  • Ignore Python bytecode and __pycache__ directories throughout the repository.

Why

The existing ignore rules only covered root-level and SDK cache directories, allowing interpreter-specific generated files under python/ to remain tracked and recur.

Impact

Source checkouts no longer carry stale interpreter bytecode, and normal Python execution will not dirty these paths again.

Validation

  • git diff --cached --check
  • git check-ignore for package and test cache paths

No runtime tests were required because the change removes generated bytecode without modifying Python source.

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