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

# Build artifacts
dist/
build/

# uv / virtualenv
.venv/

# Caches
.mypy_cache/
.ruff_cache/
.pytest_cache/

# Coverage
.coverage
htmlcov/
coverage.xml
