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