From 17ed23a8c5c6429add9e150a30ee6d03f52cbaa6 Mon Sep 17 00:00:00 2001 From: Emilio Ranucoli Date: Sat, 4 Jul 2026 11:53:00 +0200 Subject: [PATCH 1/2] Initial commit for bounty hunting [ranukita:trading-bot-bounty] --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..b0ac3ed9 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.aider* From 385701323a0161a6ed165288ac1b16dbb699b39a Mon Sep 17 00:00:00 2001 From: Emilio Ranucoli Date: Mon, 6 Jul 2026 14:59:36 +0200 Subject: [PATCH 2/2] fix: add .gitignore to exclude aider artifacts [ranukita:trading-bot-bounty] --- .gitignore | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b0ac3ed9..e170cf8a 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,9 @@ -.aider* +# 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