diff --git a/.gitignore b/.gitignore index a276b5f..6743708 100644 --- a/.gitignore +++ b/.gitignore @@ -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