Files
ParkingRobot/.gitignore
T

57 lines
815 B
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.
# .NET / MSBuild生成目录
**/bin/
**/obj/
**/build/
**/publish/
artifacts/
TestResults/
*.nupkg
packages/
# 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/
.idea/
.vscode/
*.user
*.suo
*.userosscache
*.sln.docstates
_ReSharper*/
*.DotSettings.user
# 日志、临时文件和本地缓存
*.log
*.tmp
*.temp
*.cache
# 本地数据库
*.db
*.sqlite
*.sqlite3
# 操作系统生成文件
Thumbs.db
Desktop.ini
.DS_Store
# 不要全局忽略*.dllMedullaAdapter/ref和MultiWheelC/ref中的宿主依赖需要保留。