refactor: 更新项目结构和文档,明确芋道模块定位

- 添加 .gitignore 文件,排除 .trae/ 目录
- 更新 README.md,明确项目是芋道大前端中的告警模块后端
- 删除 .trae/ 规划文件(已移至 docs/ 对接文档)
This commit is contained in:
2026-02-02 09:51:58 +08:00
parent 12e127f1f0
commit ec03d38920
4 changed files with 150 additions and 226 deletions

61
.gitignore vendored Normal file
View File

@@ -0,0 +1,61 @@
# 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