85ae390263
- Add react-router-dom, @tanstack/react-query, zustand, @headlessui/react - Update pnpm workspace configuration - Update test fixtures to reference OpenCode instead of RunFusion - Add frontend environment variable examples - Update .gitignore for .opencode and .sisyphus directories
63 lines
519 B
Plaintext
63 lines
519 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
.pnpm-store/
|
|
package-lock.json
|
|
yarn.lock
|
|
|
|
# Build outputs
|
|
dist/
|
|
build/
|
|
*.tsbuildinfo
|
|
|
|
# Environment
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
*.log
|
|
logs/
|
|
|
|
# Testing
|
|
coverage/
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.so
|
|
.venv/
|
|
venv/
|
|
ENV/
|
|
env/
|
|
.egg-info/
|
|
*.egg-info/
|
|
dist/
|
|
|
|
# Docker volumes
|
|
docker-volumes/
|
|
|
|
# Fusion internals
|
|
.fusion/
|
|
|
|
# Misc
|
|
.cache/
|
|
.temp/
|
|
tmp/
|
|
.local-bin/
|
|
|
|
# OpenCode / Sisyphus
|
|
.opencode/
|
|
.sisyphus/
|
|
AGENTS.md
|