You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# Python 编译缓存
|
|
__pycache__/
|
|
|
|
# 图片文件
|
|
*.png
|
|
*.jpg
|
|
*.jpeg
|
|
|
|
# 数据文件
|
|
*.csv
|
|
|
|
# 环境配置文件(包含敏感信息)
|
|
*.env
|
|
|
|
# 日志及进程文件
|
|
logs/
|
|
*.log
|
|
*.pid
|
|
|
|
# 上传文件临时目录
|
|
uploads/
|
|
|
|
# 微调生成文件
|
|
*.json
|
|
*.bin
|
|
*.pkl
|
|
*.safetensors
|
|
*.pt
|
|
*.txt
|
|
|
|
# vscode 配置
|
|
.vscode/
|
|
|
|
# github 工作流配置
|
|
.github/
|
|
|
|
# pycharm 配置
|
|
.idea/ |