Files
MCM/.gitignore
2026-02-16 21:52:26 +08:00

43 lines
560 B
Plaintext
Raw Permalink 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.
/A题/参考/两种类型锂离子电池衰减数据集
/A题/参考/恒温条件下电池放电+充电+抗阻数据matlab形式
A题/参考/手机硬件性能与能耗.csv
A题/参考/相关数据(超级详细,什么都有).csv
# 依赖文件夹
node_modules/
vendor/
packages/
# 编译输出
build/
dist/
bin/
obj/
*.exe
*.dll
# 日志文件
*.log
logs/
# 系统文件
.DS_Store
Thumbs.db
desktop.ini
# IDE 配置
.vscode/
.idea/
*.swp
*.swo
# 大文件类型(使用 LFS 追踪)
# *.png
# *.jpg
# *.zip
# 临时文件
tmp/
temp/
*.tmp