47 lines
532 B
Text
47 lines
532 B
Text
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
lerna-debug.log*
|
|
|
|
node_modules
|
|
target
|
|
dist
|
|
public/pdf.worker.min.mjs
|
|
dist-ssr
|
|
*.local
|
|
sidecar/dist
|
|
sidecar/node_modules
|
|
|
|
# Editor directories and files
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
.idea
|
|
.DS_Store
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
|
|
# Project-specific
|
|
/CLAUDE.md
|
|
/plugins/
|
|
projects/
|
|
.playwright-mcp/
|
|
.audit/
|
|
.tribunal/
|
|
.local/
|
|
debug/
|
|
*.tar.gz
|
|
tests/test-results/
|
|
ui-electrobun/build/
|
|
ui-electrobun/artifacts/
|