mirror of
https://github.com/Yuyi-Oak/BlueArchiveToolkit.git
synced 2026-07-22 01:15:14 +08:00
将 bat-ffi 明确收敛为无状态 C ABI 兼容层,默认集成路径改为 bat --json 进程边界或未来稳定 SDK。 同步 README、当前状态、项目计划、架构文档、开发指南和缺口清单,移除 FFI 作为主集成边界的表述。 新增 AGENTS.md 和 CONTRIBUTING.md,压缩 CLAUDE.md 为兼容入口,并归档阶段性报告、同步 .gitignore 规则。
78 lines
740 B
Plaintext
78 lines
740 B
Plaintext
# Binaries
|
|
/bin/
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
bat
|
|
|
|
# Test binary, built with `go test -c`
|
|
*.test
|
|
|
|
# Output of the go coverage tool
|
|
*.out
|
|
|
|
# Go workspace file
|
|
go.work
|
|
go.work.sum
|
|
|
|
# Rust
|
|
/target/
|
|
**/*.rs.bk
|
|
*.pdb
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.DS_Store
|
|
|
|
# Environment
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Database
|
|
*.db
|
|
*.sqlite
|
|
*.sqlite3
|
|
|
|
# Logs
|
|
*.log
|
|
logs/
|
|
pg_log/
|
|
|
|
# Generated/local-only reports
|
|
/docs/reports/generated/
|
|
/docs/reports/fuck-u-code-*.md
|
|
/docs/reports/*-current.generated.md
|
|
/docs/reports/**/SMOKE_REPORT.md
|
|
|
|
# Backups
|
|
/deployments/backups/
|
|
|
|
# Temporary files
|
|
tmp/
|
|
temp/
|
|
*.tmp
|
|
|
|
# CAS Storage
|
|
/cas/
|
|
/data/
|
|
|
|
# Node modules (for web)
|
|
node_modules/
|
|
dist/
|
|
.cache/
|
|
|
|
# Build artifacts
|
|
*.tar.gz
|
|
*.zip
|
|
|
|
# OS
|
|
Thumbs.db
|
|
.DS_Store
|