lambda-package/
lambda-deployment.zip
.aws-sam/
__pycache__/
*.pyc
.pytest_cache/
.coverage
htmlcov/
.env
*.egg-info/
.venv/
venv/
.vercel

# scripts/cnx_pay.py's own docs (SKILLS.md, website) tell callers to save
# the payment_due response locally before signing it - these can carry a
# task_id, which this project's security model treats as a bearer
# credential (see README.md "Security model"), so they shouldn't end up
# committed by accident.
payment_required*.json

# OS / editor cruft
.DS_Store
.vscode/
.idea/

# Claude Code harness state (worktrees, local session state) - not source
.claude/

# Built PyPI artifacts for mcp-server - rebuilt fresh at publish time
mcp-server/dist/
