__pycache__/
*.py[cod]
.venv/
dist/
*.egg-info/
src/maestro_memory.egg-info/
.pytest_cache/
.ruff_cache/

# 本地数据 — 不提交
evals/results/
.npm-cache/
*.db
.env*
.DS_Store
*.sqlite
*.sqlite3
