refactor: move Docker build files to build/ directory

This commit is contained in:
2025-12-31 11:26:54 +09:00
parent 24939ab7a7
commit 8cfeaae92d
5 changed files with 3 additions and 3 deletions

2
.gitignore vendored
View File

@ -10,7 +10,7 @@ __pycache__/
*$py.class
*.so
.Python
build/
# build/ # Docker build 폴더는 추적해야 함
develop-eggs/
dist/
downloads/