Skip to content

Commit c6995e1

Browse files
authored
Update .gitignore to include .DS_Store
1 parent d9cb04d commit c6995e1

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
__pycache__/
22
*.pyc
33
.pytest_cache/
4+
.coverage
5+
.coverage.*
6+
htmlcov/
7+
.mypy_cache/
8+
.ruff_cache/
49
.venv/
510
.env
611
*.pem

0 commit comments

Comments
 (0)