Skip to content

Commit

Permalink
gitignore uv.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
shimizukawa committed Nov 13, 2024
1 parent 20d7ebb commit c926405
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 951 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
uses: astral-sh/setup-uv@v3
with:
enable-cache: true
cache-dependency-glob: "pyproject.toml"
cache-suffix: ${{ matrix.python-version }}

- name: Install Python
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ coverage.xml
**/.env
examples/**/migrations/*
.idea/
uv.lock
Loading

0 comments on commit c926405

Please sign in to comment.