overgraph 0.2.0

An absurdly fast embedded graph database. Pure Rust, sub-microsecond reads.
Documentation
# Build artifacts
/target
*.so
*.dylib
*.dSYM/

# Node.js
node_modules/
*.node

# Python
__pycache__/
*.pyc
*.pyo
*.egg-info/
dist/
.pytest_cache/

# OS files
.DS_Store
Thumbs.db

# IDE
.vscode/
.idea/
*.swp
*.swo

# Environment
.env
.env.local

# Claude Code — tracked on working branches, excluded from main.
.claude/
# CLAUDE.md
# AGENTS.md

# Internal development docs — tracked on working branches, excluded from main.
# To publish to main: squash merge, then restore this gitignore line and
# `git rm --cached -r docs/internal/` before committing.
# docs/internal/

# Research notes
research-docs/