Ignore uv artifacts
This commit is contained in:
parent
43c26ce9a6
commit
a1c105dba1
|
|
@ -145,6 +145,11 @@ cython_debug/
|
||||||
*.ipr
|
*.ipr
|
||||||
*.iws
|
*.iws
|
||||||
|
|
||||||
|
# uv / build artifacts
|
||||||
|
uv.lock
|
||||||
|
uv/
|
||||||
|
.uv/
|
||||||
|
|
||||||
# Git worktree cruft
|
# Git worktree cruft
|
||||||
*.orig
|
*.orig
|
||||||
*.rej
|
*.rej
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue