__pycache__/
*.py[cod]
.venv/
uv.lock.bak
dist/
build/
*.egg-info/
.pytest_cache/
.ruff_cache/
.mypy_cache/
.DS_Store
node_modules/
*.tsbuildinfo
/conversations.sqlite3
# Where a graph workflow remembers how far it got, written next to wherever
# the server was started. Local state, like the conversation store above it.
/graph-state/
.claude/settings.local.json
.codex/
test-results/
playwright-report/

# Server-local secrets
.env
.env.*
