Skip to content

chore: gitignore __pycache__ under tests/benchmarks/resolution/fixtures/python #1715

Description

@carlos-alm

Running the Python resolution benchmark fixtures locally generates tests/benchmarks/resolution/fixtures/python/__pycache__/, which isn't covered by .gitignore and shows up as untracked noise in git status after any local npm test run.

Found incidentally while working on an unrelated feature (remote embedding provider, issue #1713) — not caused by that change, just noticed the untracked directory in git status output.

Fix: add __pycache__/ (or a more targeted tests/benchmarks/resolution/fixtures/**/__pycache__/) to .gitignore.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions