.venv/
venv/
__pycache__/
*.pyc
.ruff_cache/
.cache/
.flash/
results/
hf_cache/
uv-cache/
dist/
build/*
# ...but keep the opt-in kernel-cache staging dir in the build context: Dockerfile.worker
# copies build/kernel_cache/ (the .keep placeholder makes the source always exist; the
# gpu-produced mega_cache.bin + mega_cache.json ride along on a kernel-cache bake).
!build/kernel_cache/
!build/kernel_cache/**
*.egg-info/
.env
.flash/
