Initial commit

This commit is contained in:
2026-01-02 15:46:19 +09:00
commit f06f5e0f61
6 changed files with 1075 additions and 0 deletions

26
.gitignore vendored Normal file
View File

@@ -0,0 +1,26 @@
# Python 가상환경
venv/
web_UI/venv/
# Python 캐시
__pycache__/
*.py[cod]
*$py.class
*.so
# 환경 변수 파일
.env
.env.local
# IDE 설정 (팀원과 공유하려면 제거)
.vscode/
# OS 생성 파일
.DS_Store
Thumbs.db
# Arduino 빌드 파일
*.hex
*.elf
*.bin
build/