.idea/
.vscode
.git/
.DS_Store
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
node_modules
dist
.next
.out
.serverless
.webpack
.webpack-cache
.serverless_plugins
.venv

# Python 缓存文件
__pycache__/
*.pyc
*.pyo

# 环境变量（不进版本库）
.env.dev
.env.prod
.env.local

.mypy_cache/
.pytest_cache/
