Skip to content

gitignore: ignore __pycache__ directories. - #770

Merged
askervin merged 1 commit into
containers:mainfrom
klihub:fixes/git-ignore-pycache
Aug 28, 2026
Merged

gitignore: ignore __pycache__ directories.#770
askervin merged 1 commit into
containers:mainfrom
klihub:fixes/git-ignore-pycache

Conversation

@klihub

@klihub klihub commented Aug 27, 2026

Copy link
Copy Markdown
Collaborator

Don't commit cached python byte code to the repository.

Don't add/commit bytecompiled python code to the repo.

Signed-off-by: Krisztian Litkey <krisztian.litkey@intel.com>

@askervin askervin left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Comment thread .gitignore
/packages

*.stamp
__pycache__/

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

*.pyc in addition?

@askervin
askervin merged commit 74bb039 into containers:main Aug 28, 2026
14 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.

3 participants