# 环境变量（含真实密钥，禁止提交）
.env

# Python
__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
.venv/
venv/

# 构建产物
dist/
build/

# IDE
.idea/
.vscode/
