Remix.run Logo
dec0dedab0de 18 hours ago

thats my biggest problem with uv, i liked the way pipenv did it much better. I want to be able to use find and recursive grep without worrying that libraries are in my project directory.

uv is just so fast that i deal with it.

valicord 17 hours ago | parent [-]

rg/fd respect gitignore automatically which solves this problem

dec0dedab0de 16 hours ago | parent [-]

Ill check them out, thanks!

…but I don’t have everything in a git repo. Some of my “projects” are just local scraps for trying things out.

And it doesn’t account for any other tooling that may not respect gitignore by default.

it’s my biggest problem with npm too. Ive worked around it long enough, it’s just annoying.

nvme0n1p1 16 hours ago | parent [-]

rg also ignores "hidden" files by default (files/dirs starting with a period), so it will ignore .venv regardless if it's in a repo.