
# dev / build artifacts
.venv/
__pycache__/
*.egg-info/
dist/
build/
node_modules/
*.tgz

# BEGIN perk managed
/.pi/npm/
/.pi/git/
/.pi/perk.local.toml
/.worktrees/
/.pi/workflow/.perk-loaded
/.pi/workflow/.perk-t3.json
/.pi/workflow/post-init.md
/.pi/workflow/plan.md
/.pi/workflow/plan-ref.json
/.pi/workflow/handoff/
/.pi/workflow/scratch/
/.pi/workflow/markers/
# END perk managed

# BEGIN skills managed runtime artifacts
/.agents/state.yaml
/.agents/local.yaml
/.agents/skills/
/.claude/skills/
/.agents/cache/
# END skills managed runtime artifacts
