Add JH work data page and database

This commit is contained in:
2026-06-05 15:34:26 +09:00
commit c196a31e4a
58 changed files with 295313 additions and 0 deletions

19
.gitignore vendored Normal file
View File

@@ -0,0 +1,19 @@
# Secrets
.env
gitea-api.txt
# Python / runtime
.venv/
__pycache__/
*.py[cod]
*.log
server.log
app.log
# OS / office temp files
.DS_Store
Thumbs.db
~$*.docx
# Local scratch
*.tmp