__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/
.venv-wheel/
.uv-cache/

# build output
dist/
dist-core/

# Secrets: real credentials live in .env (see .env.example). This was tracked
# once, which is why the rule is explicit rather than implied.
.env
