From 3a2571df9fdb239e426edf45a73644d4858dc9dd Mon Sep 17 00:00:00 2001 From: Hermes Agent Date: Sun, 26 Jul 2026 22:53:53 +0000 Subject: [PATCH] chore: ignore uv and Playwright local state --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index ecfd5e6..3d1ed1e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,8 @@ __pycache__/ *.pyc +.venv/ +.playwright/ +.pytest_cache/ data/cache.json data/history.json config/llm_settings.json