# Never: a marker is safe to commit, a resolved value is not, and the
# credentials that resolve it least of all.
.env
.env.*
!.env.example

__pycache__/
*.py[cod]
*.egg-info/
build/
dist/
.venv/

node_modules/
npm-debug.log*
