Skip to content

chore: remove tracked __pycache__ bytecode files from git#20

Merged
Coding-Dev-Tools merged 1 commit into
mainfrom
Openclaw/deploydiff/remove-tracked-pycache
May 19, 2026
Merged

chore: remove tracked __pycache__ bytecode files from git#20
Coding-Dev-Tools merged 1 commit into
mainfrom
Openclaw/deploydiff/remove-tracked-pycache

Conversation

@Coding-Dev-Tools

Copy link
Copy Markdown
Owner

Bytecode .pyc files were incorrectly committed to the repository.
The .gitignore already excludes pycache/ but files committed
before the gitignore was correct remain tracked. This pollutes
the sdist/wheel and causes dirty working trees on every run.

Remove all tracked .pyc files so git stops tracking them.
The .gitignore will prevent re-addition.

Bytecode .pyc files were incorrectly committed to the repository.
The .gitignore already excludes __pycache__/ but files committed
before the gitignore was correct remain tracked. This pollutes
the sdist/wheel and causes dirty working trees on every run.

Remove all tracked .pyc files so git stops tracking them.
The .gitignore will prevent re-addition.
@Coding-Dev-Tools Coding-Dev-Tools merged commit 00ec654 into main May 19, 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.

1 participant