# Python bytecode
__pycache__/
*.py[cod]

# uv virtual environment
.venv/

# build / packaging artifacts (`uv build`)
build/
dist/
*.egg-info/

# tool caches
.ruff_cache/
