Skip to content

Commit 47d8853

Browse files
committed
chore: rename uv cache directory from .uv-cache to .uv
Standardize the uv cache directory name to .uv for consistency with other Python projects in the organization.
1 parent 9442468 commit 47d8853

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ htmlcov/
4040
.coverage
4141
.coverage.*
4242
.cache
43-
.uv-cache/
43+
.uv/
4444
nosetests.xml
4545
coverage.xml
4646
*,cover
@@ -72,7 +72,7 @@ devbox.json
7272
devbox.lock
7373
.devbox
7474

75-
.uv-cache
75+
.uv
7676

7777
.ruff
7878
.ty

devbox.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"python310@latest"
77
],
88
"env": {
9-
"UV_CACHE_DIR": "$PWD/.uv-cache"
9+
"UV_CACHE_DIR": "$PWD/.uv"
1010
},
1111
"shell": {
1212
"init_hook": [

0 commit comments

Comments
 (0)