# Keep secrets and local state OUT of the docker build context. None of # these are COPYied by the Dockerfile, but without this file they would # still be sent to the daemon in the context tarball. .env .bw-auth.env data/ backend/.venv/ **/__pycache__/ **/*.pyc