Files
lancedb/.gitignore
2024-07-10 13:29:03 -05:00

47 lines
441 B
Plaintext

.idea
**/*.whl
*.egg-info
**/__pycache__
.DS_Store
venv
.venv
.vscode
.zed
rust/target
rust/Cargo.lock
site
.pytest_cache
.ruff_cache
python/build
python/dist
**/.ipynb_checkpoints
**/.hypothesis
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
## Javascript
*.node
**/node_modules
**/.DS_Store
node/dist
node/examples/**/package-lock.json
node/examples/**/dist
nodejs/lancedb/native*
dist
## Rust
target
**/sccache.log
Cargo.lock