eigent/.gitignore
Tong Chen 6c827a3d06
refactor: establish Brain-centered architecture and frontend/backend separation foundations (#1597)
Co-authored-by: Douglas <douglas.ym.lai@gmail.com>
Co-authored-by: Douglas Lai <115660088+Douglasymlai@users.noreply.github.com>
2026-05-01 17:03:33 +08:00

69 lines
839 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
dist-web
!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/