Skip to content

[CHORE] .ruff_cache and pytest-cache-files-* are not gitignored #610

Description

@SakethSumanBathini

.gitignore covers __pycache__ and .pytest_cache, but not:

.ruff_cache/
pytest-cache-files-*/

Both are generated by tools the project runs on every validation pass, so they sit untracked in
everyone's working tree — cluttering git status, and one bad git add -A away from being
committed.

Fix: add both to .gitignore. Two lines.

(Worth checking nothing has already been committed under those paths, in which case they need a
git rm -r --cached alongside.)

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions