4cbd5a4c6c
fix(core): add utf-8 encoding to backend open calls (micro-fix)
83 lines
833 B
Plaintext
83 lines
833 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
.pnpm-store/
|
|
|
|
# Build outputs
|
|
dist/
|
|
build/
|
|
workdir/
|
|
.next/
|
|
out/
|
|
|
|
# Environment files
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# User configuration (copied from .example)
|
|
config.yaml
|
|
docker-compose.override.yml
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
!.vscode/settings.json.example
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
logs/
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
# Testing
|
|
coverage/
|
|
.nyc_output/
|
|
.pytest_cache/
|
|
|
|
# TypeScript
|
|
*.tsbuildinfo
|
|
vite.config.d.ts
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.egg-info/
|
|
.eggs/
|
|
*.egg
|
|
|
|
# Generated runtime data
|
|
core/data/
|
|
|
|
# Misc
|
|
*.local
|
|
.cache/
|
|
tmp/
|
|
temp/
|
|
|
|
exports/*
|
|
|
|
.agent-builder-sessions/*
|
|
|
|
.claude/settings.local.json
|
|
.claude/skills/ship-it/
|
|
|
|
.venv
|
|
|
|
docs/github-issues/*
|
|
core/tests/*dumps/*
|
|
|
|
screenshots/*
|
|
|
|
.gemini/*
|