edgevec 0.8.0

High-performance embedded vector database for Browser, Node, and Edge
Documentation
# Rust build artifacts
/target/

Cargo.lock


# WASM build artifacts (generated by wasm-pack)
/wasm/pkg/

/wasm/node_modules/

/wasm/dist/


# IDE and editor files
.idea/

.vscode/

*.swp

*.swo

*~


# OS files
.DS_Store

Thumbs.db


# Test and coverage artifacts
*.profraw

*.profdata

coverage/

tarpaulin-report.html


# Fuzz artifacts
/fuzz/target/

/fuzz/corpus/

/fuzz/artifacts/


# Benchmark artifacts
criterion/


# Local configuration
.env

.env.local

*.local


# Debug files
*.log

*.pdb


# Temporary files
*.tmp

*.temp

/tmp/


# Node modules (anywhere in project)
node_modules/


# Smoke test directory
smoke_test_w25/


# Scripts node modules
scripts/node_modules/

scripts/package-lock.json


# Root package files (for dev tooling)
/package-lock.json


# NUL file (Windows artifact)
NUL


# Private research pipeline (DO NOT COMMIT)
.research/


# AI Agent configuration files (private prompts, not for public repo)
.claude/

.cursor/

.cursorrules

CLAUDE.md


# Playwright MCP test screenshots
.playwright-mcp/