mirror of
https://github.com/eigent-ai/eigent.git
synced 2026-08-22 07:03:33 +00:00
Signed-off-by: Naveen R. Iyer <iyernaveenr@gmail.com> Co-authored-by: Tao Sun <168447269+fengju0213@users.noreply.github.com> Co-authored-by: Claude Fable 5 <noreply@anthropic.com> Co-authored-by: Naveen R. Iyer <12383569+iyernaveenr@users.noreply.github.com> Co-authored-by: Tong Chen <web_chentong@163.com> Co-authored-by: Wendong-Fan <w3ndong.fan@gmail.com> Co-authored-by: Wendong-Fan <133094783+Wendong-Fan@users.noreply.github.com> Co-authored-by: Xiangyu Shi <sxyu.shi@gmail.com> Co-authored-by: Slayer <gau306323@gmail.com> Co-authored-by: Weijie Bai <happy.regina.bai@gmail.com> Co-authored-by: Qiaochu Hu <110hqc@gmail.com> Co-authored-by: Ersi Ni <ersi.ni@nilbot.net> Co-authored-by: carlosjarenom <carlosjarenom@gmail.com> Co-authored-by: carlosjarenom <carlosjarenom@users.noreply.github.com>
76 lines
946 B
Text
76 lines
946 B
Text
# Logs
|
|
logs
|
|
*.log
|
|
camel_logs/
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
lerna-debug.log*
|
|
node-compile-cache
|
|
|
|
node_modules
|
|
dist
|
|
dist-web
|
|
!package/**/dist
|
|
dist-ssr
|
|
dist-electron
|
|
release
|
|
*.local
|
|
*.tsbuildinfo
|
|
|
|
backend/context_files/
|
|
|
|
# Editor directories and files
|
|
.vscode/.debug.env
|
|
.idea
|
|
.DS_Store
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
|
|
#lockfile
|
|
package-lock.json
|
|
pnpm-lock.yaml
|
|
yarn.lock
|
|
/test-results/
|
|
/playwright-report/
|
|
/playwright/.cache/
|
|
|
|
.env
|
|
.env.local
|
|
.env.production
|
|
.env.development
|
|
client_secret_*.json
|
|
|
|
.claude/
|
|
.cursor
|
|
|
|
# Public directory (large media files)
|
|
public/
|
|
|
|
# Testing
|
|
coverage/
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.so
|
|
.Python
|
|
|
|
# Prebuilt binaries (architecture-specific, should be downloaded during build)
|
|
resources/prebuilt/bin/
|
|
resources/prebuilt/venv/
|
|
resources/prebuilt/cache/
|
|
|
|
*storybook.log
|
|
storybook-static
|
|
nul
|
|
|
|
backend/benchmark/jobs/
|
|
|
|
# TypeScript incremental build info
|
|
*.tsbuildinfo
|