Skip to content
This repository was archived by the owner on Feb 3, 2022. It is now read-only.
This repository was archived by the owner on Feb 3, 2022. It is now read-only.

Remove __pycache__ and .pyc files from your repo #13

@LucaKuechler

Description

@LucaKuechler

Hey MSE,

your repo contains a lot of .pyc files and pycache folders. These are not important for your python code.
There is no need for them to be pushed on GitHub. To make sure that doesn't happen again, add the following lines to your .gitignore file.

__pycache__/
*.py[cod]

Best Regards
Luca Küchler

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions