Commit 0b4ff37
fix: add python-dotenv so .env works without export or sourcing
Students running `uv run python -m src.pipeline` locally now get
env vars loaded automatically from .env — no export prefix needed,
no `source .env` workaround, works on macOS/Linux/Windows Git Bash.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 4fe6c47 commit 0b4ff37
3 files changed
Lines changed: 16 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
7 | 11 | | |
8 | 12 | | |
9 | 13 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments