From 997eda7a3600caee92008bbcb825de01f096f3cd Mon Sep 17 00:00:00 2001 From: zanewalker Date: Wed, 4 Feb 2026 01:07:01 +0000 Subject: [PATCH] chore: update gitignore with editor and cache directories --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 505a3b1..dd24194 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,9 @@ wheels/ # Virtual environments .venv +scratchpad.txt +things-todo.md +.ruff_cache +.qodo +.pytest_cache +.vscode \ No newline at end of file