seekr-code 1.0.1

A semantic code search engine, smarter than grep. Supports text regex + semantic vector + AST pattern search, 100% local.
Documentation
# Rust build artifacts
/target/
**/*.rs.bk
*.pdb

# ONNX model files (downloaded at runtime, not committed)
*.onnx

# Seekr local data directory
.seekr/

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

# OS
.DS_Store
Thumbs.db

# Environment
.env

# Internal docs (not for git)
PUBLISH_GUIDE.md