__pycache__/
*.pyc
.venv/
.env
.DS_Store

out/
.worktrees/
.claude/worktrees/

# What `uv build` writes. The release workflow builds these on a runner and
# uploads them from there; a copy on somebody's laptop is a build artefact, and
# one committed by accident is a wheel in the repository that nothing rebuilds.
dist/

# The writer's flock (store.LOCK_FILE). A running server writes its pid into
# one of these beside the plan it is serving, and a copy of seed/ was carrying a
# committed one — see the commit that removed it.
openproj.lock

# The subagent-driven-development workspace: ledger, briefs and review packages for a
# plan in flight. Scratch by construction — git log is the record once the branch lands.
.superpowers/
