__pycache__/
*.pyc
.pylibs/
# large datasets & runtime DBs: keep the repo light
data/longmemeval/
*.db
*.db-wal
*.db-shm

# scratch
.commit_msg.tmp
.tmp/
# throwaway virtualenv for the MCP tests (needs mcp>=2, kept out of the main env)
.venv-mcp/
.uv-cache/
