Spaces:
Sleeping
Sleeping
| node_modules/ | |
| dist/ | |
| *.tsbuildinfo | |
| .env | |
| .env.* | |
| !.env.example | |
| *.log | |
| .DS_Store | |
| .claude/ | |
| plugin/scripts/*.map | |
| plugin/scripts/*.d.mts | |
| data/ | |
| !eval/data/ | |
| !eval/data/** | |
| data-*/ | |
| agentmemory-debug/ | |
| .gstack/ | |
| # Lock files — never commit (see feedback_no_lockfiles memory) | |
| package-lock.json | |
| pnpm-lock.yaml | |
| yarn.lock | |
| integrations/hermes/__pycache__/ | |
| # Eval reports (transient; published scorecards live in docs/benchmarks/) | |
| eval/reports/ | |
| # LongMemEval download is 278MB; fetched on demand | |
| eval/data/longmemeval/ | |
| # Python virtual environment and caches | |
| .venv/ | |
| venv/ | |
| ENV/ | |
| __pycache__/ | |
| *.pyc | |
| *.pyo | |
| *.pyd | |
| .pytest_cache/ | |
| .mypy_cache/ | |
| # Large files | |
| assets/ | |
| *.mp4 | |
| *.png | |
| *.gif | |
| *.jpg | |
| *.jpeg | |