Files
multi-agent-mux/.gitignore
T
Godopu 61ba8aae1d chore(.gitignore): exclude .env + .env.* with .env.example carve-out
Secures the workspace against accidental commits of:
- .env (skill env overrides, may contain secrets)
- .env.* (any env variant)
- except .env.example (committable template, can be added later)

Includes Korean comment noting secrets policy.
2026-06-20 14:43:22 +00:00

23 lines
525 B
Plaintext

# 1회성 작업 자료 (agy/claude 워커에게 보낸 프롬프트)
_agy_prompt_*.md
_claude_prompt_*.md
# 임시 검증용 산출물
test-sessions*.yaml
test-sessions*.yaml.bak
test-sessions*.yaml.lock
# delegate-job 임시/런타임 산출물
.hermes/
.venv/
__pycache__/
*.pyc
# 로컬 환경변수 (secrets — 절대 커밋 금지)
.env
.env.*
!.env.example
# 빌드/배포 HTML 산출물
skills/tmux-agent-orchestrate-delegate-job/USER_MANUAL.html
skills/tmux-agent-orchestrate-delegate-job/mqtt-broker-setup.html