mirror of
https://github.com/HeyPuter/puter.git
synced 2025-12-16 18:25:21 -06:00
* feat: refactor ai to have single entry point and follow defined model structure
* fix: missing openrouter registration
* fix: dedupe models
* feat: provide usage in stream mode 🚀
71 lines
1.4 KiB
Plaintext
71 lines
1.4 KiB
Plaintext
# Misc
|
|
.DS_Store
|
|
|
|
# Dependencies
|
|
node_modules/
|
|
|
|
*.zip
|
|
*.tgz
|
|
license.config.json
|
|
license-header.txt
|
|
|
|
# Build Outputs
|
|
dist/
|
|
|
|
# VS Code IDE
|
|
.vscode/**/*
|
|
!.vscode/extensions.json
|
|
!.vscode/launch.json
|
|
!.vscode/tasks.json
|
|
|
|
# Local env files
|
|
.env
|
|
!.env.example
|
|
|
|
# this is for jetbrain IDEs
|
|
.idea/
|
|
/puter
|
|
|
|
# Local Netlify folder
|
|
.netlify
|
|
src/emulator/release/
|
|
|
|
# ======================================================================
|
|
# vscode
|
|
# ======================================================================
|
|
# vscode configuration
|
|
.vscode/
|
|
|
|
# JS language server, ref: https://code.visualstudio.com/docs/languages/jsconfig
|
|
jsconfig.json
|
|
|
|
# ======================================================================
|
|
# node js
|
|
# ======================================================================
|
|
# the exact tree installed in the node_modules folder
|
|
package-lock.json
|
|
|
|
# ======================================================================
|
|
# playwright test (currently only test the file-system)
|
|
# ======================================================================
|
|
tests/client-config.yaml
|
|
|
|
# ======================================================================
|
|
# python
|
|
# ======================================================================
|
|
__pycache__/
|
|
|
|
# ======================================================================
|
|
# other
|
|
# ======================================================================
|
|
# AI STUFF
|
|
AGENTS.md
|
|
.roo
|
|
|
|
# source maps
|
|
*.map
|
|
|
|
|
|
coverage/
|
|
*.log
|