mirror of
https://github.com/eigent-ai/eigent.git
synced 2026-04-28 03:30:06 +00:00
Some checks failed
Test / Run Python Tests (push) Has been cancelled
CodeQL Advanced / Analyze (actions) (push) Has been cancelled
CodeQL Advanced / Analyze (javascript-typescript) (push) Has been cancelled
CodeQL Advanced / Analyze (python) (push) Has been cancelled
Pre-commit / pre-commit (push) Has been cancelled
Co-authored-by: bytecii <bytecii@users.noreply.github.com> Co-authored-by: Wendong-Fan <133094783+Wendong-Fan@users.noreply.github.com>
68 lines
830 B
Text
68 lines
830 B
Text
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
lerna-debug.log*
|
|
node-compile-cache
|
|
|
|
node_modules
|
|
dist
|
|
!package/**/dist
|
|
dist-ssr
|
|
dist-electron
|
|
release
|
|
*.local
|
|
|
|
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
|
|
|
|
.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/
|