Initial commit: U10 Pro 디지털 사이니지 세팅 자동화 도구
This commit is contained in:
26
.gitignore
vendored
Normal file
26
.gitignore
vendored
Normal 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
|
||||
Reference in New Issue
Block a user