diff --git a/.gitignore b/.gitignore index b073679..2edc46f 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 +.aider* + +# VSCode +.vscode + # AgentStack +.agentstack* example_project/ ex/ **/ex/ @@ -171,5 +178,6 @@ cookiecutter.json examples/tests/ examples/tests/**/* +uv.lock .DS_Store