Skip to content

Commit 45b3c38

Browse files
committed
Updates .gitignore for test and linter caches
1 parent e49c142 commit 45b3c38

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,18 @@ __pycache__
44
.coverage
55
.pyc
66

7+
# PyTest
8+
.pytest_cache
9+
710
# MyPy
811
.mypy_cache
912

1013
# Pixi
1114
.pixi
1215

16+
# Ruff
17+
.ruff_cache
18+
1319
# Jupyter Notebooks
1420
.ipynb_checkpoints
1521

0 commit comments

Comments
 (0)