ForcePilot/.gitignore

63 lines
773 B
Plaintext

### python gitignore
__pycache__/
*.pyc
.venv
.ruff_cache
### Vue gitignore
dist
node_modules
### common gitignore
.DS_Store
.env
.env.test
.env.local
.env.*.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*
*.log
log
logs
*.log.*
*.db
*.lock
tmp
cache
### IDE
.vscode
.idea
.vibe
.qoder
.claude
.cursor
.trae
.pytest_cache
### (企业私有代码 - 仅忽略敏感配置,不忽略代码文件)
# 移除了 *.private* 和 *_private 规则,允许 Git 本地管理
# 通过 .git/info/exclude 或本地分支管理私有代码
*.secret*
*.nogit*
# *.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