__pycache__/
*.pyc
*.egg-info/
dist/
build/
.venv/
.pytest_cache/
.ruff_cache/
.mypy_cache/

# Sage agent scaffolding (not part of the published package)
.sage/
sage/
.sage-memory/
CLAUDE.md
.claude/
docs/

# Evaluation artifacts — large + regenerable
# (data is the public LongMemEval download; results are bench output)
evaluation/longmemeval/data/
evaluation/longmemeval/results/

*.db
*.db-wal
*.db-shm
.DS_Store

# Local secrets (never commit)
.env
.env.local

