- Flask로 /api/* 및 정적 파일 서빙 - Postgres(ncue_user/ncue_app_config) 연동 및 Auth0 ID 토큰 검증 - README/requirements/.gitignore 업데이트 Co-authored-by: Cursor <cursoragent@cursor.com>
12 lines
87 B
Plaintext
12 lines
87 B
Plaintext
.DS_Store
|
|
node_modules/
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# Python
|
|
.venv/
|
|
__pycache__/
|
|
*.pyc
|
|
|