Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Python bytecode #15

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

victorpopkov
Copy link

@victorpopkov victorpopkov commented Sep 6, 2021

The bytecode in general shouldn't be stored in the repository.

$ find . -type f -name '*.py[co]' -exec git rm {} \;

.pyd are not ignored, since Python is bundled within the repository for Windows and are required for this project.

.gitignore has been updated respectively.

Tested on

  • Linux (Ubuntu 20.04.3 LTS x86_64)
  • macOS (macOS 11.5.2 20G95 x86_64)
  • Windows (Windows 11 Pro 21H2 22000.176)

@victorpopkov victorpopkov force-pushed the feature/remove-bytecode branch from fdaa266 to 9ac877d Compare September 8, 2021 09:40
Also, update .gitignore respectively.
@victorpopkov victorpopkov force-pushed the feature/remove-bytecode branch from 9ac877d to 3820987 Compare September 8, 2021 09:45
@victorpopkov
Copy link
Author

Force-pushed into the existing branch, as I've originally included .pyd files as well. But since Python is bundled for Windows within the repository, those are required.

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