first commit

This commit is contained in:
2025-12-30 21:47:39 +09:00
commit 0a37314fa8
47 changed files with 6088 additions and 0 deletions

35
.gitignore vendored Normal file
View File

@@ -0,0 +1,35 @@
# Binaries
homework-manager
homework-manager.exe
server
server.exe
*.exe
*.dll
*.so
*.dylib
# Database
*.db
*.db-journal
# Logs
*.log
# Vendor
vendor/
# Local Config
config.ini
.env
# Editor/IDE
.vscode/
.idea/
*.swp
*.swo
.DS_Store
Thumbs.db
# OS
ehthumbs.db
Desktop.ini