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

# 环境变量
.env
.env.local

# IDE
.idea/
.vscode/
*.swp
*.swo
*~

# 系统
.DS_Store
Thumbs.db

# 测试
.coverage
htmlcov/
.pytest_cache/
coverage.xml

# 日志
*.log

# 类型检查
.mypy_cache/
.ruff_cache/
