Files
wecom-ai-assistant/.gitignore
2026-02-05 20:09:07 +08:00

61 lines
533 B
Plaintext

# Env
.env
.env.local
.env.*.local
.env.prod
# GitHub Config (包含敏感 token)
.github-config
github-actions.key
# Registry Config (包含敏感密码)
.registry-config
# 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/