# Python
__pycache__/
*.pyc
*.egg-info/
dist/
build/

# Virtual environments
.venv/

# Tool caches
.ruff_cache/
.pytest_cache/
.mypy_cache/

# Code review output
.code-review/
