__pycache__/
*.pyc
*.pyo
.env
.git/
.gitignore
ai_plans/
ai_codes/
dist/
build/
*.egg-info/
.venv/
venv/
# README.md 不能忽略：Dockerfile COPY 且 pyproject 的 readme 指向它
# LICENSE 保留在构建上下文中（PyPI/合规；当前 Dockerfile 未 COPY，体积可忽略）
# Cursor 项目规则，与容器内 MCP 进程无关，缩小构建上下文
.cursorrules
