e6956aa001
- React frontend with route-level code splitting - Backend rebranded from Baihu to TaskPool - DB brand migration script and local compatibility
79 lines
917 B
Plaintext
79 lines
917 B
Plaintext
# Binaries
|
|
taskpool
|
|
*.exe
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
|
|
# Go
|
|
# go.sum should be committed for reproducible builds
|
|
|
|
# Data & Logs
|
|
data/
|
|
agent/logs/
|
|
!data/agent/
|
|
data/agent/*
|
|
!data/agent/version.txt
|
|
envs/
|
|
.kiro/
|
|
# logs/
|
|
# scripts/
|
|
configs/config.ini
|
|
agent/config.ini
|
|
agent/agent.pid
|
|
agent/taskpool-agent
|
|
web/dist/
|
|
web/dev-dist/
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
.DS_Store
|
|
|
|
# Node
|
|
node_modules/
|
|
|
|
# Embedded static files (built during CI/Docker)
|
|
internal/static/dist/
|
|
|
|
# Config (sensitive)
|
|
configs/config.local.json
|
|
|
|
# Python
|
|
__pycache__/
|
|
|
|
# Misc
|
|
.stfolder
|
|
|
|
bin/
|
|
|
|
*.log
|
|
|
|
# VitePress
|
|
docs/.vitepress/dist/
|
|
docs/.vitepress/cache/
|
|
docs/node_modules/
|
|
docs/public/swagger.json
|
|
docs/public/swagger.yaml
|
|
|
|
# OpenAPI
|
|
openapi_docs/
|
|
|
|
# Builtin SDK (Force Include)
|
|
!builtin/
|
|
!builtin/**
|
|
builtin/**/__pycache__/
|
|
builtin/**/*.pyc
|
|
|
|
.agents/
|
|
|
|
|
|
# Local secrets / runtime
|
|
cookies.txt
|
|
debug.log
|
|
backend-dev.log
|
|
.ref-baihu/
|
|
scripts/e2e-check.mjs.bak
|