# Dependencies
node_modules/
.pnp
.pnp.js

# Build output
dist/
build/
*.tsbuildinfo
.next/

# Turborepo
.turbo/

# Design notes & comparison write-ups (not part of the published repo)
notes/

# Env — never commit real secrets
.env
.env.*
!.env.example

# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Bun
bun.lockb

# Coverage
coverage/

# Python (sdk-python)
.venv/
__pycache__/
*.egg-info/
.pytest_cache/
*.whl

# OS / editor
.DS_Store
Thumbs.db
.idea/
.vscode/*
!.vscode/extensions.json
