- tasteby-web: PORT=3001 명시 (env 누락 → 기본 3000으로 충돌 위험) - reviews/, screenshots/ 로컬 작업 산출물 무시 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
27 lines
327 B
Plaintext
27 lines
327 B
Plaintext
__pycache__/
|
|
*.pyc
|
|
.venv/
|
|
.env
|
|
.ch-backup/
|
|
node_modules/
|
|
.next/
|
|
.env.local
|
|
*.log
|
|
|
|
# Java backend
|
|
backend-java/build/
|
|
backend-java/.gradle/
|
|
|
|
# K8s secrets (never commit)
|
|
k8s/secrets.yaml
|
|
|
|
# OS / misc
|
|
.DS_Store
|
|
backend/cookies.txt
|
|
backend-java/cookies.txt
|
|
**/cookies.txt
|
|
|
|
# 작업 산출물 (로컬 전용)
|
|
reviews/
|
|
screenshots/
|