eigent/.gitignore
Ahmed Awelkair A 4fb2e5db9a
feat: schedule and webhook triggers (#823)
Co-authored-by: Douglas <douglas.ym.lai@gmail.com>
Co-authored-by: a7m-1st <ahmed.jimi.awelkair500@gmail.com>
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Tong Chen <web_chentong@163.com>
2026-03-02 20:38:02 +08:00

66 lines
805 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