Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
37 changes: 0 additions & 37 deletions .github/workflows/comparison-tests.yml

This file was deleted.

30 changes: 0 additions & 30 deletions .github/workflows/lint.yml

This file was deleted.

38 changes: 0 additions & 38 deletions .github/workflows/typecheck.yml

This file was deleted.

33 changes: 0 additions & 33 deletions .github/workflows/unit-tests.yml

This file was deleted.

63 changes: 44 additions & 19 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,20 +1,45 @@
node_modules
package-lock.json
.DS_Store
.vscode
.idea
.env
.env.*
dist
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/versions

# testing
/coverage
debug-*.ts
test-*.ts
profile-*.mjs
*.cpuprofile
bench-*.mjs
todo/
*.parsed.json
.pnpm-store
.docs-test-tmp/
src/commands/python3/worker.js
fuzz-*.log

# 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*

# vercel
.vercel

# typescript
*.tsbuildinfo
next-env.d.ts
.env*.local

# agent data (fetched at build time)
/app/api/agent/_agent-data/
24 changes: 0 additions & 24 deletions .npmignore

This file was deleted.

File renamed without changes.
101 changes: 0 additions & 101 deletions AGENTS.md

This file was deleted.

Loading