ForcePilot/.gitignore
Wenjie Zhang 38e389cf42 feat(deployment): 添加生产环境部署配置和文档
新增 docker-compose.prod.yml 生产环境配置
添加生产部署指南文档
更新 .gitignore 忽略 .env.prod 文件
优化 nginx 配置保持 /api/ 前缀
升级 Python 基础镜像到 3.12
添加 nginx 镜像到 Makefile
使用国内镜像源加速 pnpm 安装
2025-12-03 12:59:43 +08:00

67 lines
620 B
Plaintext

### python gitignore
__pycache__/
*.pyc
.venv
.ruff_cache
### Vue gitignore
dist
node_modules
### common gitignore
.DS_Store
.env
.env.prod
.env.test
.env.local
.env.*.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*
*.log
log
logs
*.log.*
*.db
*.lock
tmp
cache
.cache
.backup
*.bak
### IDE
.vscode
.idea
.vibe
.qoder
.claude
.cursor
.trae
.pytest_cache
*.secret*
*.nogit*
*_private
*.private
# *.local* 保留用于本地配置文件
*.local.py
*.local.js
*.local.yaml
*.pdf
src/data
*/package-lock.json
web/package-lock.json
saves
saves_dev
notebooks
graphrag
docker/volumes
docs/vibe
.cursorrules
/models