* change the package to workspace concept * add provider name and change default model * add the node_modules to git ignore * change the npm runs to use workspace * fix the start scripts to use the workspace * update the uv.lock * updated instructions * update the docker build to use the npm workspace * Update package-lock.json after merge to sync workspace dependencies * fix merge conflict
39 lines
No EOL
518 B
Text
39 lines
No EOL
518 B
Text
# Python-generated files
|
|
__pycache__/
|
|
*.py[oc]
|
|
build/
|
|
dist/
|
|
wheels/
|
|
*.egg-info
|
|
|
|
# Virtual environments
|
|
.venv
|
|
|
|
# Node
|
|
node_modules/
|
|
|
|
# Environment variables
|
|
.env
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
|
|
# NLTK data (will be downloaded automatically)
|
|
nltk_data/
|
|
|
|
# Large benchmark datasets (will be downloaded automatically)
|
|
**/longmemeval_s_cleaned.json
|
|
|
|
# Debug logs
|
|
logs/
|
|
|
|
.DS_Store
|
|
|
|
|
|
hindsight-dev/benchmarks/locomo/results/
|
|
hindsight-dev/benchmarks/longmemeval/results/
|
|
hindsight-cli/target
|
|
hindsight-clients/rust/target |