# Virtual environments
.venv/
venv/

# Python bytecode / cache
__pycache__/
*.pyc

# Packaging build output
build/
dist/
*.egg-info/

# Test / tool caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
