Initialize project structure, workflow rules, and research plan

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-30 18:51:10 +08:00
co-authored by Claude Fable 5
commit 9a42b463a3
9 changed files with 1548 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
# Copyrighted lyrics cache — never commit full lyrics
data/lyrics/
# Secrets
.env
# Claude Code local settings (machine/user-specific, not research content)
.claude/
# Python
__pycache__/
*.pyc
.venv/
venv/
# IDE
.idea/
.vscode/
# OS / Dropbox artifacts
*.conflicted copy*
.DS_Store