feat: Add ruff cache directory to .gitignore

This commit is contained in:
2025-05-10 10:16:32 +00:00
parent 4e7bc0aef4
commit 546984b5c3

3
.gitignore vendored
View File

@@ -300,3 +300,6 @@ dist
.yarn/install-state.gz .yarn/install-state.gz
.pnp.* .pnp.*
.pnpm-store/ .pnpm-store/
# ruff
.ruff_cache/