上传文件至 /
This commit is contained in:
parent
b7ca3a5bc9
commit
91136fdce4
1
.env.example
Normal file
1
.env.example
Normal file
@ -0,0 +1 @@
|
|||||||
|
DEEPSEEK_API_KEY=your-key-here
|
||||||
26
.gitignore
vendored
Normal file
26
.gitignore
vendored
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
# ===== 环境变量(绝对不能提交!)=====
|
||||||
|
.env
|
||||||
|
|
||||||
|
# ===== Python 虚拟环境 =====
|
||||||
|
.venv/
|
||||||
|
venv/
|
||||||
|
__pycache__/
|
||||||
|
*.pyc
|
||||||
|
*.pyo
|
||||||
|
.pytest_cache/
|
||||||
|
|
||||||
|
# ===== IDE 配置 =====
|
||||||
|
.vscode/
|
||||||
|
.idea/
|
||||||
|
*.swp
|
||||||
|
|
||||||
|
# ===== macOS 系统文件 =====
|
||||||
|
.DS_Store
|
||||||
|
|
||||||
|
# ===== Jupyter =====
|
||||||
|
.ipynb_checkpoints/
|
||||||
|
|
||||||
|
# ===== 超大文件(超过 10MB 需手动添加)=====
|
||||||
|
# 如果你的数据或模型文件超过 10MB,请在下面添加:
|
||||||
|
# data/large_dataset.csv
|
||||||
|
# models/large_model.pkl
|
||||||
Loading…
Reference in New Issue
Block a user