diff --git a/.gitignore b/.gitignore index ff48bc56..82273582 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,5 @@ *.egg-info **/__pycache__ -rust/target \ No newline at end of file +rust/target +rust/Cargo.lock \ No newline at end of file diff --git a/rust/Cargo.lock b/rust/Cargo.lock deleted file mode 100644 index 470b46a1..00000000 --- a/rust/Cargo.lock +++ /dev/null @@ -1,7 +0,0 @@ -# This file is automatically @generated by Cargo. -# It is not intended for manual editing. -version = 3 - -[[package]] -name = "lancedb" -version = "0.0.1"