feat: Add Docker support and debug logging for plugin initialization.
This commit is contained in:
21
.dockerignore
Normal file
21
.dockerignore
Normal file
@@ -0,0 +1,21 @@
|
||||
# Docker 무시 파일
|
||||
# 빌드 시 컨테이너에 복사하지 않을 파일들
|
||||
|
||||
.git
|
||||
.gitignore
|
||||
.idea
|
||||
.vscode
|
||||
.venv
|
||||
__pycache__
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.pyd
|
||||
.DS_Store
|
||||
.python-version
|
||||
|
||||
# 데이터 폴더는 볼륨으로 마운트
|
||||
data/
|
||||
|
||||
# 개발용 파일
|
||||
*.md
|
||||
*.log
|
||||
Reference in New Issue
Block a user