# Python
**/.venv
*.pyc
__pycache__
**/dist
.mypy_cache

.hf-cache/

.env
generated_images/
**/.cozy/

!src/gen_worker/pb/**
!src/gen_worker/pb/__init__.py

# Keep generated protobuf stubs, but never commit bytecode caches.
src/gen_worker/pb/__pycache__/
src/gen_worker/pb/**/*.pyc
src/gen_worker/pb/**/*.pyo

**/*.png
**/*.jpg

.task/

.hf-cache-*
.pytest_cache
.mock-files*
# CodeGraph index (local, regenerated)
.codegraph/
.runtime/
# pgw#966 skip census (per-run output of `pytest --skip-census-out=`)
.skip-census-*.json
