Files
wecom-ai-assistant/.gitignore
bujie9527 0bd860f956
Some checks failed
Build and Deploy / test-backend (push) Has been cancelled
Build and Deploy / build-backend (push) Has been cancelled
Build and Deploy / build-admin (push) Has been cancelled
Deploy to Production / build-backend (push) Has been cancelled
Deploy to Production / deploy (push) Has been cancelled
Add DevOps release and deployment configuration
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-05 22:59:28 +08:00

64 lines
596 B
Plaintext

# Env
.env
.env.local
.env.*.local
.env.prod
# GitHub Config (包含敏感 token)
.github-config
github-actions.key
# Registry Config (包含敏感密码)
.registry-config
# 生产环境配置(包含敏感信息)
deploy/.env.prod
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
.venv/
venv/
ENV/
# Node
node_modules/
.next/
out/
.nuxt/
dist/
*.tsbuildinfo
# IDE
.idea/
.vscode/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Logs
*.log
logs/
# DB
*.db
*.sqlite3
# Docker
.docker/
# Test
.coverage
htmlcov/
.pytest_cache/
# Upload / local storage
backend/uploads/
backend/storage/