# Node
node_modules/
dist/
*.tsbuildinfo
.npm/
npm-debug.log*

# Python
__pycache__/
*.py[cod]
*.egg-info/
.venv/
.uv/
build/
*.whl
*.tar.gz

# Repo-root Claude working dir only. Anchored with a leading slash so it does
# NOT match templates/.claude/ - the shipped skills/agents payload must be
# tracked and packaged into npm/PyPI.
/.claude/

# Editor / OS
.DS_Store
.vscode/
.idea/
*.swp

# Test / coverage
.coverage
coverage/
.nyc_output/

# Logs
*.log

# Python payload (regenerated by spec_init._build; bundled into the wheel via force-include)
packages/cli-python/_payload/
packages/cli-python/src/spec_init/_payload/
