# .dockerignore — 减小 build context
.git
.github
.vscode
.idea
.claude
.venv
venv
__pycache__
*.pyc
*.pyo
*.pyd
.pytest_cache
.mypy_cache
.ruff_cache
.coverage
htmlcov/
*.log
logs/
.DS_Store
*.swp
*.swo
node_modules
frontend/node_modules
tests/
docs/
*.md
!README.md
# 已通过 requirements.txt 装好，不重复打包
**/*.tar.gz
**/*.whl