mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
f5978948e7
Co-authored-by: Development <dev@MacBook-Pro.local> Co-authored-by: Markus Ecker <markus.ecker@gmail.com>
36 lines
442 B
Plaintext
36 lines
442 B
Plaintext
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
.vscode
|
|
.claude/*.local.json
|
|
|
|
# misc
|
|
.DS_Store
|
|
*.pem
|
|
__snapshots__
|
|
@generated
|
|
node_modules
|
|
.pnpm-store
|
|
.idea/
|
|
cdk_outputs.json
|
|
.turbo
|
|
test-run-comment.md
|
|
|
|
*.egg-info/
|
|
.installed.cfg
|
|
*.egg
|
|
**/.langgraph_api
|
|
|
|
*.sqlite
|
|
*.sqlite-shm
|
|
*.sqlite-wal
|
|
|
|
__pycache__/
|
|
*.env
|
|
*.next
|
|
.venv
|
|
.vercel
|
|
|
|
docs/next-env.d.ts
|
|
|
|
# External repos (cloned for development)
|
|
ext-apps/
|