feat: 해커톤 투표 앱 초기 구현
- 35명/7팀/3분야(재미·완성도·실용성) 투표 - 본인 팀 제외 자동 처리 - 이름 UNIQUE 중복 방지 - 진행자 어드민 페이지: 1위와 2위 차이만 공개, 하위 팀 표수는 비공개 - sqlite 단일 파일 저장 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
8
.gitignore
vendored
Normal file
8
.gitignore
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
__pycache__/
|
||||
*.pyc
|
||||
.venv/
|
||||
venv/
|
||||
*.db
|
||||
*.sqlite
|
||||
.env
|
||||
.streamlit/secrets.toml
|
||||
Reference in New Issue
Block a user