__pycache__/
*.py[cod]
.venv/
dist/
build/
*.egg-info/
node_modules/
.env*
!.env.example

# NOT package-lock.json. It is excluded from the published tarball by
# package.json's `files`, so it never reaches a consumer's resolution -- but it
# is what makes `npm ci` reproducible here, and setup-node's cache keys off it.
# Ignoring it left this repo unable to run its own CI.
*.tgz
