.gitignore uv.lock and dist

This commit is contained in:
Simon Willison 2025-11-23 14:12:18 -08:00
commit d5f113de48

2
.gitignore vendored
View file

@ -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