__pycache__/
*.pyc
*.pyo
.venv/
*.egg-info/
dist/
.ruff_cache/
.pytest_cache/
*.sock
.coverage
/result
.worktrees/
evals/

# 会话内临时补丁脚本 (scp 到云端用), 不属于产物
.ua/

# 测试/手工跑 Gateway 落下的状态快照。里面有明文 api_key, 绝不能进仓库。
state/
# Kanban board data lives on its own branch; only the pointer travels with the code.
# See .plan/docs/board-branch-decoupling.md and .kanban/board-ref.
/.kanban/*
!/.kanban/board-ref
