.env
.env.*
!.env.example

.venv/
__pycache__/
*.pyc
.mypy_cache/
.ruff_cache/
.pytest_cache/

data/
*.log

.DS_Store

# 클라이언트 배포물 — 만들 때마다 생긴다. 저장소에 두지 않는다.
clients/python/dist/
clients/python/uv.lock
