Skip to content

Conversation

@Sruthikavitha
Copy link

Explain that this fixes the Aider-generated commit messages by removing the extra backticks and ensuring one-line commits

@ottok
Copy link

ottok commented Dec 22, 2025

The current contents of this PR does not seem to match the PR description at all:

From 3e96f646118083b0e390bf8c26d126b6ab15f5fa Mon Sep 17 00:00:00 2001
From: Sruthikavitha <sruthiravichandran4@gmail.com>
Date: Fri, 10 Oct 2025 10:03:50 +0530
Subject: [PATCH] Ignore virtual environment and compiled Python files

---
 .gitignore | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index fd1fa9a4da7..bf8894544ec 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,4 +16,8 @@ aider/_version.py
 .#*
 .gitattributes
 tmp.benchmarks/
-.docker_bash_history
\ No newline at end of file
+.docker_bash_history
+# Python virtual environment
+venv/
+__pycache__/
+*.pyc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants