# Node
node_modules/
dist/
coverage/
*.tsbuildinfo

# Python
__pycache__/
*.py[cod]
.venv/
venv/
*.egg-info/
build/
.pytest_cache/

# Secrets
.env

# Benchmark run output (regenerated locally)
benchmark/responses.jsonl

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

# Internal build scaffolding (kept local, not published)
bulkhead-build-prompt.md
bulkhead-followup-prompt.md

# Claude Code local/personal settings (the shipped skill lives in .claude/skills/)
.claude/settings.local.json
