update gitignore to ignore Ruff cache directory
All checks were successful
pre-commit / pre-commit (pull_request) Successful in 1m25s

This commit is contained in:
2025-10-08 18:52:21 +02:00
parent 64b8e45af1
commit bb6891d825

1
.gitignore vendored
View File

@@ -1,2 +1,3 @@
*.*~ *.*~
*.pyc *.pyc
.ruff_cache/