Skip to content

Add __pycache__ to .gitignore #281

@mvillmow

Description

@mvillmow

After adding pytest-cov and running tests, exporter/__pycache__/ and tests/__pycache__/ appear as untracked files in git status. The existing .gitignore has no __pycache__ entry. Add **/__pycache__/ and *.pyc to .gitignore to keep the working tree clean.

Follow-up from #114

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions