# ----- 构建产物 ----- dist/ node_modules/ .wrangler/ # ----- 临时 / 私密 ----- .dev.vars .env .env.local *.local tmp/ temp/ # ----- 日志 ----- *.log npm-debug.log* yarn-debug.log* yarn-error.log* pnpm-debug.log* lerna-debug.log* # ----- Python ----- __pycache__/ *.py[cod] *$py.class *.pyc .venv/ venv/ env/ ENV/ .python-version .mypy_cache/ .pytest_cache/ .ruff_cache/ *.egg-info/ # ----- 操作系统残留 ----- # macOS .DS_Store .AppleDouble .LSOverride ._* # Windows Thumbs.db ehthumbs.db ehthumbs_vista.db Desktop.ini $RECYCLE.BIN/ # ----- IDE / 编辑器 ----- .idea/ .vscode/ *.swp *.swo *.swn *~ # ----- 备份 ----- *.bak *.orig *.rej # ----- 工具缓存 ----- .eslintcache .cache/ .parcel-cache/ .turbo/ # ----- 其它 ----- # 视频/音频预览(避免误提交原始素材) *.psd *.ai *.sketch *.fig