同步中英文README与当前工程结构,并整理文档目录与构建忽略规则

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-08-04 11:31:14 +08:00
co-authored by Cursor
parent 097853234f
commit 31ec941b07
9 changed files with 276 additions and 338 deletions
+41 -78
View File
@@ -1,93 +1,56 @@
##################################################
# Visual Studio
##################################################
# .NET / MSBuild生成目录
**/bin/
**/obj/
**/build/
**/publish/
artifacts/
TestResults/
*.nupkg
packages/
# Visual Studio 工作区缓存
# MyParking构建脚本生成的部署文件
/output/
/ref/CommonUsage.dll
# Python缓存和本地虚拟环境
**/__pycache__/
*.py[cod]
.pytest_cache/
.mypy_cache/
.venv/
venv/
# 实验生成数据;保留脚本、requirements和README
/data_process/**/*.csv
/data_process/**/*.png
/data_process/**/plots/
/logs/
# IDE和用户配置
.vs/
**/.vs/
# 用户配置
.idea/
.vscode/
*.user
*.suo
*.userosscache
*.sln.docstates
##################################################
# Build 输出
##################################################
# 编译输出目录
bin/
obj/
**/bin/
**/obj/
##################################################
# Rider / VS Code
##################################################
.idea/
.vscode/
##################################################
# NuGet
##################################################
*.nupkg
packages/
##################################################
# 日志
##################################################
*.log
##################################################
# 临时文件
##################################################
*.tmp
*.temp
##################################################
# 测试结果
##################################################
TestResults/
##################################################
# 发布目录
##################################################
publish/
##################################################
# Windows
##################################################
Thumbs.db
Desktop.ini
##################################################
# JetBrains
##################################################
_ReSharper*/
*.DotSettings.user
##################################################
# 缓存
##################################################
# 日志、临时文件和本地缓存
*.log
*.tmp
*.temp
*.cache
##################################################
# 数据库(如果有)
##################################################
# 本地数据库
*.db
*.sqlite
*.sqlite3
*.csv
*.png
# 操作系统生成文件
Thumbs.db
Desktop.ini
.DS_Store
# 不要全局忽略*.dllMedullaAdapter/ref和MultiWheelC/ref中的宿主依赖需要保留。