Skip to content

Commit f5383c7

Browse files
Allow sessions/0.json and add .env.example
1 parent 6759a05 commit f5383c7

4 files changed

Lines changed: 7 additions & 2 deletions

File tree

.env.example

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
TUNNEL_TOKEN=
2+
SECRET_KEY=your_random_secret_string_here

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,13 @@ venv.bak/
3535
.env
3636

3737
# Application Data & Temporary Files
38-
sessions/
38+
sessions/*
3939
grades_raw.json
4040
state.json
4141
*.json
42+
!sessions/0.json
4243
!requirements.txt
44+
!.env.example
4345
!package.json
4446
!manifest.json
4547
!IMPLEMENTATION_PLAN.md

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ cd grades
2929
```
3030

3131
### 2. 設定環境變數
32-
請複製 `.env.example` (若有) 或直接建立 `.env` 檔案:
32+
請複製 `.env.example` 或直接建立 `.env` 檔案:
3333
```bash
3434
# .env
3535
SECRET_KEY=your_random_secret_string_here

sessions/0.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
0

0 commit comments

Comments
 (0)