.env .env.* !.env.example __pycache__/ *.py[cod] .pytest_cache/ .mypy_cache/ .ruff_cache/ .venv/ venv/ node_modules/ dist/ build/ .vite/ frontend/auto-imports.d.ts frontend/components.d.ts backend/static/ backend/data/ # 运行时数据(数据库、远程浏览器 profile、缓存等) data/ *.log .DS_Store .git-real/ # 外部项目(不提交) /sub2api/ /new-api/