feat: move config.py to config.example.py, exclude config.py from git tracking

- Copy config.py to config.example.py as template (tracked in git)
- Add config.py to .gitignore (local config per developer)
- Update README.md with configuration setup instructions
- Fix outdated references (TinyDB -> SQLite, add missing files)
- Persist goal selection across task and note pages
This commit is contained in:
Yuyao Huang
2026-05-09 10:12:37 +08:00
parent 3c325bdb0f
commit 2629e8f2cd
4 changed files with 41 additions and 30 deletions
+3
View File
@@ -23,6 +23,9 @@ uv.lock
.DS_Store
Thumbs.db
# Configuration (each developer must create their own)
config.py
# Environment variables
.env
.env.local