From cfc8bd027819c54624ae622011dd27500bbefaa3 Mon Sep 17 00:00:00 2001 From: Travis Dent Date: Fri, 20 Dec 2024 14:03:43 -0800 Subject: [PATCH 1/2] Update gitignore. --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitignore b/.gitignore index b073679..42913fc 100644 --- a/.gitignore +++ b/.gitignore @@ -162,7 +162,14 @@ cython_debug/ # option (not recommended) you can uncomment the following to ignore the entire idea folder. .idea/ +# aider +.adier* + +# VSCode +.vscode + # AgentStack +.agentstack example_project/ ex/ **/ex/ @@ -171,5 +178,6 @@ cookiecutter.json examples/tests/ examples/tests/**/* +uv.lock .DS_Store From 976b78ce113da6464dda8e1905740be434d53383 Mon Sep 17 00:00:00 2001 From: Travis Dent Date: Fri, 20 Dec 2024 14:06:43 -0800 Subject: [PATCH 2/2] Update gitignore. --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 42913fc..2edc46f 100644 --- a/.gitignore +++ b/.gitignore @@ -163,13 +163,13 @@ cython_debug/ .idea/ # aider -.adier* +.aider* # VSCode .vscode # AgentStack -.agentstack +.agentstack* example_project/ ex/ **/ex/