# Python
__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
pytest-cache-files-*/
.mypy_cache/
.ruff_cache/
*.log

# 虚拟环境 / 构建产物
.venv/
dist/
build/

# 敏感文件（重要：不得写入仓库）
.env
cookies*.json
*.pem
*.key

# 编辑器
.idea/
.vscode/
