Add .ruff_cache to gitignore

This commit is contained in:
Erich Blume 2026-03-03 19:09:53 -08:00
commit 78152cdb54

3
.gitignore vendored
View file

@ -6,5 +6,8 @@ __pycache__/
*.pyo
.venv/
# Linter caches
.ruff_cache/
# OS
.DS_Store