diff --git a/.gitignore b/.gitignore index 132070bf3..92679e5ca 100644 --- a/.gitignore +++ b/.gitignore @@ -88,6 +88,8 @@ target/ .idea *.swp .vscode +.cursorignore +.cursorindexingignore # MYPY .mypy_cache @@ -96,4 +98,7 @@ dmypy.sock # Tests .pytest_cache -.venv \ No newline at end of file +.venv + +# Ruff +.ruff-cache/ \ No newline at end of file