# Claude Code local artifacts
.claude/sessions.log
.claude/settings.local.json

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

# UI (dev-time only; the BUILT bundle ships inside the wheel, NFR-03)
ui/node_modules/
src/napflow/server/static/
ui/test-results/
ui/playwright-report/
ui/.e2e-workspaces/
