# 参考克隆(本地)
temp/

# Python
.venv/
__pycache__/
*.pyc
*.pyo
.pytest_cache/
.mypy_cache/
*.egg-info/

# 运行时数据(含 API Key、数据库、会话、JWT)
data/

# 环境变量与密钥
.env
.env.local
.env.*.local

# 前端
node_modules/
web/node_modules/
dist/
web/dist/

# 编辑器与系统
.DS_Store
.idea/
.vscode/
*.log
*.swp

# Playwright 浏览器缓存(若在项目目录内)
/playwright-report/
/test-results/