# Runtime state — not part of the worker's source.
# (Host authoring uses checkouts/; --bubble rounds run inside a container.)
/checkouts/
/state/
/logs/

# Local Docker Compose options (may contain operator-specific configuration).
/.env

# Legacy local Screen assignments; `epsiloneridani workers import workers.conf` migrates these.
/workers.conf

# Python bytecode (epsiloneridani is a single-file script; tests import it).
__pycache__/
*.pyc

# Build artifacts
/dist/
*.egg-info/

# uv lockfile — generated for the single-file script, not source.
/uv.lock
