# Local workstation configs (copy from *.example.yml)
config/workstations/*.yml
!config/workstations/*.example.yml

# Optional local override
config/config.yml

__pycache__/
*.py[cod]
.Python
.venv/
venv/
*.egg-info/
.pytest_cache/
.mypy_cache/
