Add .aider and coverage files to .gitignore

- Ignore .aider files used by the Aider code assistant.
- Ignore coverage files generated by coverage.py.
This commit is contained in:
Roger Gonzalez 2025-03-28 18:50:25 -03:00
parent 785242024b
commit 956524367d
Signed by: rogs
GPG Key ID: C7ECE9C6C36EC2E6

2
.gitignore vendored
View File

@ -9,3 +9,5 @@ build
htmlcov
dist
.coverage
.aider*
coverage.*