chore: python tooling and Claude Code project settings

- pinned runtime/dev deps (폐쇄망 반입용 버전 고정)
- .env.example, .gitignore
- .claude/settings.json: 시크릿/env 읽기 차단, FastAPI dev 명령 허용

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-17 10:54:48 +09:00
parent 53f7d1d8bb
commit a91b9d0245
5 changed files with 68 additions and 0 deletions

5
requirements-dev.txt Normal file
View File

@@ -0,0 +1,5 @@
-r requirements.txt
# 개발/테스트 전용
pytest==8.3.4
respx==0.22.0
ruff==0.9.2