64 lines
745 B
Plaintext
64 lines
745 B
Plaintext
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
# dependencies
|
|
/node_modules
|
|
/node_modules_old
|
|
/.pnp
|
|
.pnp.*
|
|
.yarn/*
|
|
!.yarn/patches
|
|
!.yarn/plugins
|
|
!.yarn/releases
|
|
!.yarn/versions
|
|
|
|
# testing
|
|
/coverage
|
|
|
|
# next.js
|
|
/.next/
|
|
/out/
|
|
|
|
# production
|
|
/build
|
|
|
|
# misc
|
|
.DS_Store
|
|
*.pem
|
|
|
|
# debug
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
.pnpm-debug.log*
|
|
|
|
# env files (can opt-in for committing if needed)
|
|
.env*
|
|
|
|
# runtime data
|
|
data/
|
|
data/ai/
|
|
data/ai/jobs.jsonl
|
|
|
|
# logs
|
|
*.log
|
|
*.out
|
|
error-log
|
|
|
|
# vercel
|
|
.vercel
|
|
|
|
# python
|
|
browser-use-service/venv/
|
|
browser-use-service/__pycache__/
|
|
browser-use-service/.env
|
|
|
|
# typescript
|
|
*.tsbuildinfo
|
|
next-env.d.ts
|
|
.git
|
|
.git_bak
|
|
node_modules
|
|
target
|
|
# rust build artifacts
|
|
rust-ai/target/
|