Initial backend repository commit.

Set up project files and add .gitignore to exclude local build/runtime artifacts.

Made-with: Cursor
This commit is contained in:
2026-03-09 21:28:58 +08:00
commit 4d8f2ec997
102 changed files with 25022 additions and 0 deletions

16
.gitignore vendored Normal file
View File

@@ -0,0 +1,16 @@
# Build artifacts
server
*.tar
# Runtime files
data/
logs/
*.log
# Local docker metadata
.last_docker_tag
.last_docker_tar
# Local environment files
.env
.env.*