Files
lancedb/.gitignore
2023-05-25 09:21:40 -07:00

35 lines
329 B
Plaintext

.idea
**/*.whl
*.egg-info
**/__pycache__
.DS_Store
.vscode
rust/target
rust/Cargo.lock
site
.pytest_cache
.ruff_cache
python/build
python/dist
notebooks/.ipynb_checkpoints
**/.hypothesis
## Javascript
*.node
**/node_modules
**/.DS_Store
node/dist
node/examples/**/package-lock.json
node/examples/**/dist
## Rust
target