gitignore: add aider

Aider is an open-source AI coding assistant. When used, it generates history,
cache, and other files in the project. To prevent these files from being committed, you need to add .aider* to your .gitignore file
This commit is contained in:
jouyouyun
2025-10-20 16:56:02 +08:00
committed by Luca Boccassi
parent 9c3359f28a
commit 85eae6ba35

1
.gitignore vendored
View File

@@ -33,3 +33,4 @@ __pycache__/
.dir-locals-2.el
.vscode/
/pkg/
.aider*