# Python
__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
.ruff_cache/
.hypothesis/

# Build artifacts
dist/
build/

# uv / venv
.venv/

