feat: clawdbot 클라이언트 추가 및 DB/앱 업데이트

- clawdbot_client.py: 챗봇 연동 클라이언트
- db_setup.py, pet_recommend_app.py 수정
- .gitignore: _dev_scripts/ 제외 추가

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
청춘약국
2026-04-06 18:18:14 +09:00
parent b66129b5d0
commit 297dd8e601
4 changed files with 1283 additions and 13 deletions

1
.gitignore vendored
View File

@@ -5,3 +5,4 @@ __pycache__/
venv/
.venv/
*.log
_dev_scripts/