eigent/.gitignore
Wendong-Fan 3291fdf0eb
Some checks are pending
CodeQL Advanced / Analyze (actions) (push) Waiting to run
CodeQL Advanced / Analyze (javascript-typescript) (push) Waiting to run
CodeQL Advanced / Analyze (python) (push) Waiting to run
Pre-commit / pre-commit (push) Waiting to run
Revert "add authentication (login/signup) and improve search history management" (#1120)
2026-02-02 01:23:35 +08:00

65 lines
801 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