Initial commit
This commit is contained in:
26
.gitignore
vendored
Normal file
26
.gitignore
vendored
Normal 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/
|
||||
Reference in New Issue
Block a user