global-search-api/.gitignore
Guanghu Domestic Migration b69c03d60e chore: import sanitized domestic snapshot for REPO-003
Source snapshot: fa832f2f8245afdaf013ed8a1f689152972386b5
2026-07-17 15:55:11 +08:00

27 lines
270 B
Plaintext

# 环境变量 · 永远不入仓(包含 TOKEN/SECRET)
.env
# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
*.egg-info/
# 编辑器
.vscode/
.idea/
*.swp
.DS_Store
# 备份归档(意外命名陷阱)
.bak-archive/
*.bak
*.bak-*
# systemd / runtime
*.pid
*.sock
*.log