Files
lancedb/.gitignore
2023-06-16 18:15:49 -07:00

33 lines
313 B
Plaintext

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