* feat: add unified-diary skill * chore: refine diary skill metadata for quality bar compliance * fix: address PR feedback - fix NameError, Obsidian path, and add missing script
17 lines
145 B
Plaintext
17 lines
145 B
Plaintext
# Personal diary data
|
|
diary/
|
|
|
|
# Python artifacts
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
.venv/
|
|
venv/
|
|
env/
|
|
.env
|
|
|
|
# OS generated files
|
|
.DS_Store
|
|
Thumbs.db
|