删除 .gitignore
This commit is contained in:
parent
3667c6289f
commit
d704588ed4
26
.gitignore
vendored
26
.gitignore
vendored
@ -1,26 +0,0 @@
|
|||||||
# ===== 环境变量(绝对不能提交!)=====
|
|
||||||
.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