.venv/
venv/
__pycache__/
*.pyc
.pytest_cache/
.git/
tests/
loadtest/
*.md
# Chrome 프로필(쿠키·cf_clearance 세션) — 이미지에 구우면 세션 유출 + 149MB 비대.
# 컨테이너는 빈 프로필로 시작해 웜업으로 쿠키를 만들고 volume(/profiles)에 영속한다.
.profiles/
# 시크릿(OpenAI·DECODO·네이버 키) — 이미지에 굽지 않는다. Dockerfile 이 example 을
# 복사해 넣고, 실값은 compose env 로 주입(server_configs 의 env override).
config/config.local.toml
