Files

62 lines
719 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.
# 环境变量(含敏感信息,绝不入库)
.env
.env.local
# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
.pytest_cache/
.coverage
htmlcov/
# 虚拟环境
.venv/
venv/
env/
# 日志(保留 logs/ 目录结构时可提交 logs/.gitkeep
logs/*
!logs/.gitkeep
# 本地缓存 / 临时脚本
.cache/
# Redis 运行时快照
dump.rdb
*.rdb
# 本地 Redis 二进制(请自行安装 Redis)
redis-server/
# 数据库导出
*.sql
# 分发 / 构建
dist/
build/
*.egg-info/
*.egg
# 静态文件收集目录
staticfiles/
media/
# IDE
.vscode/
.idea/
*.swp
*.swo
# macOS
.DS_Store
# Windows
Thumbs.db
Desktop.ini
# 可选:样例 PDF 若含真实病例且不想入库,取消下行注释
# *.pdf