auto-sync: 2026-05-01 13:07:47

This commit is contained in:
cfdaily
2026-05-01 13:07:48 +08:00
parent 28c6cd0a49
commit 6f8aedea15
+15
View File
@@ -57,3 +57,18 @@ __pycache__/
*.log *.log
*.pid *.pid
.learnings/ .learnings/
# 数据文件(大数据放 NAS,不进 git)
*.parquet
*.csv
*.pkl
*.db
*.sqlite
zhaoyun-data/data/raw/
# Python 虚拟环境
venv/
.venv/
# node_modules
node_modules/