Initial commit after re-install

This commit is contained in:
2026-02-25 19:13:29 +09:00
commit 19c6814d2f
18 changed files with 5879 additions and 0 deletions

11
.gitignore vendored Normal file
View File

@@ -0,0 +1,11 @@
.DS_Store
node_modules/
.env
.env.*
!.env.example
# Python
.venv/
__pycache__/
*.pyc