Files
rain 092f39a662 chore: 初始化 RGC-ADOA 分析仓库
纳入 script/doc/ref/output 及配置;忽略 data/(26G 原始/中间数据)。
git 身份:rain <wjs_Rain@126.com>。
2026-09-18 18:21:19 +08:00

32 lines
476 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.
# ===== 大型原始/中间数据(不进 git=====
# 原始/中间 h5ad 与 GSE 原始数据合计 ~26G,不进版本控制。
# 多设备接续时需单独传输(scp/rsync 等),见 README.md。
data/
# ===== Python =====
__pycache__/
*.py[cod]
*$py.class
*.so
.ipynb_checkpoints/
# 虚拟环境
.venv/
venv/
env/
ENV/
# 环境变量 / 密钥
.env
.env.*
# ===== 系统 =====
.DS_Store
Thumbs.db
desktop.ini
# ===== 编辑器 / IDE =====
.vscode/
.idea/
*.swp