# Keep build contexts small/clean (both images use the repo root as context).
**/bin/
**/obj/
**/.vs/
.git/
.gitignore
*.user

# Python worker local artifacts
worker/.venv/
worker/__pycache__/
worker/captures/

# Discovery dumps
csmoney-probe/
csmoney-captures/

# Docs/markdown aren't needed in images
**/*.md

# Secrets: compose reads .env for variable substitution; never bake it into an image
.env
