__pycache__/
*.py[cod]
*.egg-info/
build/
dist/
.venv/
.pytest_cache/
.coverage
.cache/
*.img
*.img.gz
*.apkovl.tar.gz
/.claude/settings.local.json

# Operator + session scratch (not for the repo)
/out/
/dnsmasq.log
/mynotes.txt
/t
/t1
/feature_request.md
/nfs_setup.md
/nfs_lxc_setup.md
/ngnix_setup.md
/design/security_notes.txt

# Operator-local lab automation (NFS server, etc.) — pi-bake's
# contract stops at "produces tarball + cmdline.txt"; how the
# operator stands up the NFS server is their domain.
/scripts/setup-nfs-container.sh
/scripts/teardown-nfs-container.sh
