feat: Add Docker support and debug logging for plugin initialization.

This commit is contained in:
2026-01-01 22:57:40 +09:00
parent 97d203cb86
commit 3a9765f7ea
5 changed files with 95 additions and 5 deletions

21
.dockerignore Normal file
View File

@@ -0,0 +1,21 @@
# Docker 무시 파일
# 빌드 시 컨테이너에 복사하지 않을 파일들
.git
.gitignore
.idea
.vscode
.venv
__pycache__
*.pyc
*.pyo
*.pyd
.DS_Store
.python-version
# 데이터 폴더는 볼륨으로 마운트
data/
# 개발용 파일
*.md
*.log