From 0808aa4abdcf9a822e6504b79d157b7f9dffdebe Mon Sep 17 00:00:00 2001 From: Satvik Mishra <112589278+satvshr@users.noreply.github.com> Date: Tue, 23 Dec 2025 14:18:15 +0530 Subject: [PATCH] Update .gitignore --- .gitignore | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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