mirror of
https://github.com/getpaseo/paseo.git
synced 2026-07-29 12:01:31 +00:00
90 lines
1.1 KiB
Plaintext
90 lines
1.1 KiB
Plaintext
# Dependencies
|
|
node_modules/
|
|
|
|
# Build outputs
|
|
build/
|
|
dist/
|
|
.next/
|
|
out/
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.test
|
|
.env.local
|
|
.env.test.local
|
|
.env*.local
|
|
.dev.vars
|
|
**/.dev.vars
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
# OS files
|
|
.DS_Store
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# TypeScript
|
|
*.tsbuildinfo
|
|
tsconfig.tsbuildinfo
|
|
|
|
# IDEs
|
|
.vscode/
|
|
.idea/
|
|
*.sublime-*
|
|
|
|
# Testing
|
|
coverage/
|
|
|
|
# Playwright
|
|
test-results/
|
|
**/test-results/
|
|
|
|
# Vercel
|
|
.vercel/
|
|
|
|
# Expo
|
|
.expo/
|
|
|
|
# Misc
|
|
*.pem
|
|
.vercel
|
|
|
|
# Local Claude configuration
|
|
CLAUDE.local.md
|
|
|
|
# Task CLI
|
|
.tasks/
|
|
|
|
.debug.conversations/
|
|
.debug/
|
|
.paseo/
|
|
.wrangler/
|
|
**/.wrangler/
|
|
**/.tanstack/
|
|
|
|
# Local agent/tooling artifacts (do not commit)
|
|
PLAN.md
|
|
.valknut/
|
|
valknut-report.html/
|
|
valknut-report.json/
|
|
**/.playwright-mcp/
|
|
**/.paseo-provider-history/
|
|
.claude/settings.local.json
|
|
**/.claude/settings.local.json
|
|
.claude/scheduled_tasks.lock
|
|
.claude/worktrees/
|
|
.plans/
|
|
packages/server/src/server/fixtures/dictation/dictation-debug-largest.wav
|
|
packages/server/src/server/fixtures/dictation/dictation-debug-largest.transcript.txt
|
|
|
|
/artifacts
|
|
packages/desktop/.cache/
|
|
packages/desktop/src-tauri/resources/managed-runtime/
|
|
app.json
|