Initial commit

This commit is contained in:
2026-06-08 22:19:08 +09:00
commit 5a2c5df041
22 changed files with 3520 additions and 0 deletions

9
.gitignore vendored Normal file
View File

@@ -0,0 +1,9 @@
.env
.venv/
__pycache__/
*.py[cod]
.pytest_cache/
data/
deploy/.env
*.log