om-context 0.2.2

LLM context tool that scores project files by importance
Documentation
# Lock files
*.lock
package-lock.json
Cargo.lock
yarn.lock
Gemfile.lock
poetry.lock

# Generated files
*.min.js
*.min.css
*.map
*.d.ts
*.pyc
*.generated.*

# Build output
dist/
build/
out/
target/
.next/
.nuxt/
.vuepress/dist/

# Changelogs and history
CHANGELOG.md
HISTORY.md
NEWS.md

# Editor and IDE
.vscode/
.idea/
*.swp
*.swo
*~

# Vendor and dependencies
vendor/
node_modules/