Skip to content

Commit 4aa3004

Browse files
committed
Ignore linter/coverage caches, editor dirs, and OS cruft
1 parent 98e9111 commit 4aa3004

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.gitignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,18 @@ __pycache__/
1010
build/
1111
dist/
1212
.pytest_cache/
13+
.mypy_cache/
14+
.ruff_cache/
15+
.coverage
16+
.coverage.*
17+
htmlcov/
1318
.venv/
1419
site/
1520

21+
.vscode/
22+
.idea/
23+
.DS_Store
24+
Thumbs.db
25+
1626
doc/prd.md
1727
doc/task.md

0 commit comments

Comments
 (0)