# local cache-host state
data/
*.part

# python
__pycache__/
*.pyc
.venv/
venv/

# packaging / test artifacts
build/
dist/
*.egg-info/
.pytest_cache/
.tox/

# zig build artifacts
zig-out/
.zig-cache/
