chore: import original project baseline

Import the pre-repair source tree as the history baseline.
Runtime data (data/), virtualenvs, bytecode caches and logs are
gitignored so local secrets and user state stay out of the repo.
This commit is contained in:
2026-09-17 16:40:01 +08:00
commit a7412824e0
124 changed files with 26747 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
# Python
__pycache__/
*.pyc
.venv/
# Runtime data: config with API keys, database, attachments, locks. Never commit.
data/
# Diagnostics / logs
*.log