# Build artifacts
dist/
build/
*.egg-info/
__pycache__/
*.py[cod]

# Virtual envs
.venv/
venv/

# Tooling caches
.ruff_cache/
.pytest_cache/
.mypy_cache/
