# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
.eggs/
build/
dist/
wheels/

# Virtual environments / tooling
.venv/
venv/
.uv/
uv.lock
.python-version

# Test / coverage / type-checker caches
.pytest_cache/
.coverage
coverage.xml
htmlcov/
.tox/
.mypy_cache/
.ruff_cache/

# Runtime artifacts
*.log
