diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..e170cf8a --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +# Ignorar archivos temporales de aider +.aider.* +.aider.tags.cache.* + +# Ignorar historial de entrada +.aider.input.history + +# Ignorar historial de chat +.aider.chat.history.md \ No newline at end of file