# Python
__pycache__
*.py[cod]
*$py.class
*.egg-info
dist
build

# 虚拟环境
.venv
venv

# 环境配置(含敏感信息,绝不能打入镜像)
.env
.env.*

# 测试与工具
tests
.pytest_cache
.mypy_cache
.ruff_cache

# IDE
.idea
.vscode

# Git
.git
.gitignore

# 文档(运行时不需要)
docs
*.md
LICENSE*
.dockerignore
docker-compose.yml
nginx.conf
