Skip to content

Commit c926405

Browse files
committed
gitignore uv.lock
1 parent 20d7ebb commit c926405

File tree

3 files changed

+2
-951
lines changed

3 files changed

+2
-951
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
uses: astral-sh/setup-uv@v3
4848
with:
4949
enable-cache: true
50+
cache-dependency-glob: "pyproject.toml"
5051
cache-suffix: ${{ matrix.python-version }}
5152

5253
- name: Install Python

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ coverage.xml
1313
**/.env
1414
examples/**/migrations/*
1515
.idea/
16+
uv.lock

0 commit comments

Comments
 (0)