Skip to content

Commit 5f15030

Browse files
committed
Skip .uv-cache in project discovery
1 parent 38ba692 commit 5f15030

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/finecode/wm_server/config/read_configs.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ async def read_projects_in_dir(
9191
".mypy_cache",
9292
".ruff_cache",
9393
".pytest_cache",
94+
".uv-cache",
9495
}
9596

9697
logger.trace(f"Read directories in {dir_path}")

0 commit comments

Comments
 (0)