2026-05-26 11:28:26 +08:00
|
|
|
|
.git
|
|
|
|
|
|
.idea
|
|
|
|
|
|
__pycache__
|
2026-01-27 15:50:23 +08:00
|
|
|
|
*.pyc
|
2026-05-26 11:28:26 +08:00
|
|
|
|
*.pyo
|
|
|
|
|
|
venv
|
|
|
|
|
|
.venv
|
|
|
|
|
|
env
|
|
|
|
|
|
uploads
|
|
|
|
|
|
pgdata
|
2026-01-27 15:50:23 +08:00
|
|
|
|
.env
|
2026-05-26 11:28:26 +08:00
|
|
|
|
simhei.ttf
|
2026-09-02 18:39:09 +08:00
|
|
|
|
|
|
|
|
|
|
# ---- 补充排除项 ----
|
|
|
|
|
|
# Windows 残留空文件
|
|
|
|
|
|
nul
|
|
|
|
|
|
# 数据库备份文件(避免打进镜像/context)
|
|
|
|
|
|
*.dump
|
|
|
|
|
|
*.sql.gz
|
|
|
|
|
|
*.tar.gz
|
|
|
|
|
|
*.gz
|
|
|
|
|
|
*.log
|
|
|
|
|
|
# 数据库迁移脚本(运行时用 volume 挂载宿主机,镜像内不需要)
|
|
|
|
|
|
db_migrations
|
|
|
|
|
|
# 测试脚本与缓存
|
|
|
|
|
|
test_*.py
|
|
|
|
|
|
tests
|
|
|
|
|
|
.pytest_cache
|
|
|
|
|
|
.coverage
|
|
|
|
|
|
# 运维修复脚本(宿主机保留,无需进镜像)
|
|
|
|
|
|
fix_*.py
|
|
|
|
|
|
fix_*.sql
|