# Python
__pycache__/
*.pyc
.venv/
.pytest_cache/
.ruff_cache/
.uv-cache/
.coverage
htmlcov/

# Node
node_modules/
.pnpm-store/
.next/
out/
dist/
build/
*.tsbuildinfo
pnpm-debug.log*

# Env
.env
.env.local

# OS
.DS_Store

# Local tool settings (machine-specific)
.claude/settings.local.json

# UI mocks (throwaway, decisions recorded in specs/tasks/)
mocks/
