This commit is contained in:
2026-04-01 11:47:03 +04:00
parent cb68451c1c
commit 2465bc2ec3
43 changed files with 8210 additions and 0 deletions

21
.gitignore vendored Normal file
View File

@@ -0,0 +1,21 @@
# macOS
.DS_Store
# Node
frontend/node_modules/
frontend/dist/
node_modules/
dist/
# Go binaries
bin/
backend/backend
# Runtime/generated web assets
backend/web/
# SQLite runtime data
backend/data/
*.db
*.db-shm
*.db-wal