Files
iot-device-management-service/.gitignore
16337 ec03d38920 refactor: 更新项目结构和文档,明确芋道模块定位
- 添加 .gitignore 文件,排除 .trae/ 目录
- 更新 README.md,明确项目是芋道大前端中的告警模块后端
- 删除 .trae/ 规划文件(已移至 docs/ 对接文档)
2026-02-02 09:51:58 +08:00

62 lines
459 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Virtual Environment
venv/
env/
ENV/
.venv
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# Trae AI
.trae/
# Logs
logs/
*.log
# Database
data/*.db
data/*.sqlite
# Uploads
uploads/
# Environment
.env
.env.local
.env.*.local
# OS
.DS_Store
Thumbs.db
# PyInstaller
*.manifest
*.spec