# AI agent artifacts — must never enter this repo
.claude/

# Editor/IDE
.vscode/
.idea/
*.swp

# OS
.DS_Store

# Node / TypeScript build output — the extension and hook handler are both
# written in TypeScript now and compiled via `npm run build`; the shipped
# hook script itself still has zero runtime dependencies, only a devtime
# TypeScript build step.
node_modules/
npm-debug.log*
dist/
*.tsbuildinfo

# Local env
.env

# EGO submission package (npm run pack)
*.shell-extension.zip

# Python build output for the usage/ pip package
__pycache__/
*.egg-info/
usage/dist/
usage/build/
