Skip to content

Remove Python bytecode#15

Open
victorpopkov wants to merge 1 commit into
kleientertainment:masterfrom
dstmodders:feature/remove-bytecode
Open

Remove Python bytecode#15
victorpopkov wants to merge 1 commit into
kleientertainment:masterfrom
dstmodders:feature/remove-bytecode

Conversation

@victorpopkov

@victorpopkov victorpopkov commented Sep 6, 2021

Copy link
Copy Markdown

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
Copy Markdown
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