Files
opc-backup/.gitignore
T
Pine daf3532120 refactor: 工作区多仓库结构定版 + 总设计文档迁根目录
- 总设计文档迁至根目录(云超服一体化架构设计方案.md,figures/ 随迁)
- 设计文档补充 §十二 各代码项目工作原理
- code 六个子项目转独立仓库(组织 Pine),移出根跟踪、保留文件夹
- CLAUDE.md 补充主项目/子项目约束(分别提交、同步全子项目)
2026-08-23 22:47:22 +08:00

53 lines
1.2 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
.pytest_cache/
.coverage
**/node_modules/
*/node_modules/
# Virtual environments
.venv
# Taro / SWC 编译缓存
**/.swc/
# Runtime data: JSON "database" files are generated on first boot from
# data/seed/. They behave like a local database and should not be committed.
# The seed files under data/seed/ ARE committed.
data/users.json
data/tokens.json
data/*.json.tmp
# 培训前端运行时产物(后端已并入 server-core,见其自身 .gitignore
code/training/miniprogram/dist/
code/training/website/dist/
# 独立代码仓库(各含 .git,不在根仓库跟踪;保留文件夹,代码各自独立提交)
code/agent-desktop/
code/server-core/
code/web-official/
code/park-desktop/
code/training/
code/compute-engine/
reference/PinePixel/
reference/cloud-opc/
# new-api 已迁至 code/compute-engine/,旧 reference/new-api/ 待人工删除
reference/new-api/
# 凭据 / 本地配置(勿提交)
.env
.env.*
*.local
# 园区原始数据资料(PDF / 定稿压缩包 / 表格等,体积大,不入库)
materials/园区数据资料/
# IDE / OS
.idea/
.vscode/
.DS_Store