# Python
__pycache__/
*.py[cod]
.venv/
dist/
build/
*.egg-info/
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/
bandit-report.json

# Node / 前端
node_modules/
pdfwright-web/frontend/dist/
pdfwright-web/frontend/.vite/

# 前端构建产物（由 pdfwright-web 构建时生成，不入库；构建命令见 README）
pdfwright-web/src/pdfwright_web/static/

# 示例生成的输出文件
pdfwright/examples/output/

# 其它
.DS_Store
*.log
.idea/
.vscode/

# 本地发布凭据（scripts/publish.sh --config 默认读它）
.publish.env
