# Python
__pycache__/
*.py[cod]
.venv/
dist/
*.egg-info/

# uv
.uv/

# 环境配置（禁止提交真实配置）
.env

# IDE
.idea/
.vscode/

# 测试与缓存
.pytest_cache/
.coverage
htmlcov/

# 本地运行日志
logs/

# OS
.DS_Store
