chore: Phase 8 polish — gitignore, full test verification, Swagger and dependency check
This commit is contained in:
52
.gitignore
vendored
52
.gitignore
vendored
@@ -1,32 +1,30 @@
|
||||
# ==========================================
|
||||
# 1. Maven/Java 构建产物 (一键忽略整个目录)
|
||||
# ==========================================
|
||||
target/
|
||||
*.class
|
||||
*.jar
|
||||
*.war
|
||||
*.ear
|
||||
# Python
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.pyd
|
||||
.Python
|
||||
*.egg-info/
|
||||
dist/
|
||||
build/
|
||||
|
||||
# ==========================================
|
||||
# 2. IDE 配置文件
|
||||
# ==========================================
|
||||
.idea/
|
||||
# Environment
|
||||
.env
|
||||
*.env
|
||||
|
||||
# Testing
|
||||
.pytest_cache/
|
||||
.coverage
|
||||
htmlcov/
|
||||
|
||||
# Temp files (video processing)
|
||||
tmp/
|
||||
*.tmp
|
||||
|
||||
# IDE
|
||||
.vscode/
|
||||
*.iml
|
||||
*.ipr
|
||||
*.iws
|
||||
.idea/
|
||||
|
||||
# ==========================================
|
||||
# 3. 项目特定工具目录 (根据你的文件列表)
|
||||
# ==========================================
|
||||
# 忽略 Specifiy 工具生成的所有配置和脚本
|
||||
.specify/
|
||||
|
||||
# 忽略 Claude 本地设置和技能文件
|
||||
.claude/
|
||||
|
||||
# ==========================================
|
||||
# 4. 操作系统文件
|
||||
# ==========================================
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
Reference in New Issue
Block a user