# dependencies
node_modules
/.pnp
.pnp.*

# misc
.DS_Store
*.pem
/.worktrees/

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

# env files
.env*.local
.env

# typescript
*.tsbuildinfo
next-env.d.ts

# vercel
.vercel

# testing
coverage
.stryker-tmp/
reports/mutation/

# next.js
.next/
out/

# nitro
.output/

# build
build/

# fumadocs
.source

# production
dist
apps/docs/generated
packages/*/generated

# turbo
.turbo

# python
__pycache__/
.venv/
venv/
.eggs/
*.egg-info/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.tox/
.nox/
htmlcov/
.coverage

.langgraph_api

# Cursor
.cursor

# Husky
.husky/_

# Claude
**/.claude/scheduled_tasks.lock

# GitHub Spec Kit - https://github.com/github/spec-kit
.specify/
specs/*
.test-output/
