# Python-generated files
__pycache__/
*.py[cod]
*.so
build/
dist/
wheels/
*.egg-info/
.eggs/

# Virtual environments
.venv/
venv/
ENV/

# Test files
.pytest_cache/
# 添加以下内容

# Coverage
coverage.xml
.coverage
htmlcov/

# Ruff
.ruff_cache/

# MyPy
.mypy_cache/

# UV
.uv/

# Pre-commit
.pre-commit-config.yaml.cache
.tox/

# Media files
tests/output/*

# Environment files
.env
.env.local

# System files
.DS_Store
Thumbs.db
