# Python virtual env
.venv/

# Build artifacts
*.egg-info/
dist/
build/

# Test cache
.pytest_cache/
.mypy_cache/
.ruff_cache/
