__pycache__/
*.pyc
.venv/
*.egg-info/
.pytest_cache/
.ruff_cache/
mapping.yaml
.env

# Never commit a real connection string or credential file.
*.env
!*.env.template

# Build artifacts
dist/
build/
