first commit

Made-with: Cursor
This commit is contained in:
Michilis
2026-02-28 02:17:55 +00:00
commit 41f6ae916f
92 changed files with 12332 additions and 0 deletions

48
.gitignore vendored Normal file
View File

@@ -0,0 +1,48 @@
# Environment and secrets
.env
.env.local
.env.*.local
*.pem
# Go
/bin/
*.exe
*.exe~
*.dll
*.so
*.dylib
vendor/
# Build and test
*.test
*.out
coverage.html
coverage.out
*.prof
# IDE and editors
.idea/
.vscode/
*.swp
*.swo
*~
.project
.classpath
.settings/
# OS
.DS_Store
Thumbs.db
# Logs and temp
*.log
tmp/
temp/
.cache/
# sqlc generated (optional: uncomment if you regenerate and don't want to track)
# internal/repository/*.sql.go
# Local dev (binaries in project root only)
/server
/calendarapi