mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-29 12:24:32 +02:00
.gitignore uv.lock and dist
This commit is contained in:
parent
4f12c7a452
commit
d5f113de48
1 changed files with 2 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1,4 +1,5 @@
|
|||
.venv
|
||||
dist
|
||||
build
|
||||
*.db
|
||||
__pycache__/
|
||||
|
|
@ -16,6 +17,7 @@ venv
|
|||
.hypothesis
|
||||
Pipfile
|
||||
Pipfile.lock
|
||||
uv.lock
|
||||
tests/*.dylib
|
||||
tests/*.so
|
||||
tests/*.dll
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue