chore: Phase 8 polish — gitignore, full test verification, Swagger and dependency check

This commit is contained in:
wh
2026-04-10 16:46:02 +08:00
parent 0880e1018c
commit ec279262a7

52
.gitignore vendored
View File

@@ -1,32 +1,30 @@
# ========================================== # Python
# 1. Maven/Java 构建产物 (一键忽略整个目录) __pycache__/
# ========================================== *.pyc
target/ *.pyo
*.class *.pyd
*.jar .Python
*.war *.egg-info/
*.ear dist/
build/
# ========================================== # Environment
# 2. IDE 配置文件 .env
# ========================================== *.env
.idea/
# Testing
.pytest_cache/
.coverage
htmlcov/
# Temp files (video processing)
tmp/
*.tmp
# IDE
.vscode/ .vscode/
*.iml .idea/
*.ipr
*.iws
# ========================================== # OS
# 3. 项目特定工具目录 (根据你的文件列表)
# ==========================================
# 忽略 Specifiy 工具生成的所有配置和脚本
.specify/
# 忽略 Claude 本地设置和技能文件
.claude/
# ==========================================
# 4. 操作系统文件
# ==========================================
.DS_Store .DS_Store
Thumbs.db Thumbs.db