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

# Virtualenv + tooling caches
.venv/
__pycache__/
*.py[cod]
.mypy_cache/
.pytest_cache/
.ruff_cache/
