diff --git a/.gitignore b/.gitignore index 783495b..63b3fe1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ .pnpm-store -node_modules \ No newline at end of file +node_modules +.aider* +.env diff --git a/.tool-versions b/.tool-versions index 72c81fc..14a291a 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1 +1,2 @@ nodejs 20.15.1 +python 3.12.4 \ No newline at end of file