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