- Ignore .aider files used by the Aider code assistant. - Ignore coverage files generated by coverage.py.
14 lines
92 B
Plaintext
14 lines
92 B
Plaintext
.DS_Store
|
|
.idea
|
|
*.log
|
|
tmp/
|
|
|
|
*.py[cod]
|
|
*.egg
|
|
build
|
|
htmlcov
|
|
dist
|
|
.coverage
|
|
.aider*
|
|
coverage.*
|