Skip to content

Commit 2f3230a

Browse files
Ignore Ruff cache and UV lockfile
1 parent b532bd0 commit 2f3230a

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
@@ -62,3 +62,9 @@ venv/
6262
build/
6363
!.github/actions/build/
6464
!.github/actions/build/**
65+
66+
# Ruff cache
67+
.ruff_cache/
68+
69+
# UV
70+
uv.lock

0 commit comments

Comments
 (0)