Files
cDNA-image-processing/.gitignore
T
Serendipity 3ca079a980 refactor: 项目目录结构重组
- 中文目录名改为英文:cDNA图像处理实例→examples,参考资料→references
- web→app(Flask应用标准命名)
- 输出目录平移到 data/output/simple/ 和 data/output/full/
- 输入图像统一到 data/input/
- 构建脚本移到 scripts/
- 源码文件改用 snake_case 命名
- 更新所有文件路径引用和文档
2026-07-16 20:59:58 +08:00

27 lines
243 B
Plaintext
Raw 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.
# 大型数据文件(>10MB
*.tif
*.TIF
# MATLAB临时文件
*.asv
# Python
__pycache__/
*.pyc
.venv/
# OS
.DS_Store
Thumbs.db
# Obsidian
.obsidian/
# Flask
.playwright-mcp/
app/uploads/
# PyInstaller 打包产物
dist/
build/
*.spec