Initial commit: U10 Pro 디지털 사이니지 세팅 자동화 도구

This commit is contained in:
2025-12-30 16:54:02 +09:00
commit 3296e318d8
22 changed files with 21175 additions and 0 deletions

26
.gitignore vendored Normal file
View File

@ -0,0 +1,26 @@
# 임시 파일
*.tmp
*.log
temp_*.txt
spec_report.txt
# Python 캐시
__pycache__/
*.py[cod]
*$py.class
# OS 생성 파일
Thumbs.db
ehthumbs.db
Desktop.ini
.DS_Store
# IDE
.vscode/
.idea/
*.suo
*.user
# 테스트/백업
*.bak
*.backup