gitignore icon indicating copy to clipboard operation
gitignore copied to clipboard

Update Python.gitignore

Open alfazet opened this issue 2 years ago • 2 comments

Added .ruff_cache directory (a cache directory used by ruff linter).

alfazet avatar Feb 03 '24 18:02 alfazet

.ruff_cache has it's own .gitignore set up to ignore everything inside i.e. *

See also:

https://github.com/github/gitignore/pull/4289

https://github.com/astral-sh/ruff/pull/208

alexei avatar Apr 20 '24 14:04 alexei