Initial commit

This commit is contained in:
jpgiannetti
2026-01-31 11:45:11 +01:00
commit f99fb3c614
166 changed files with 115155 additions and 0 deletions

67
.gitignore vendored Normal file
View File

@@ -0,0 +1,67 @@
# Binaries
*.exe
*.exe~
*.dll
*.so
*.dylib
/bin/
/dist/
api
worker
migrate
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool
*.out
coverage.out
# Dependency directories
vendor/
# Go workspace file
go.work
# Environment files
.env
.env.local
.env.*.local
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store
# Logs
*.log
logs/
# Temporary files
tmp/
temp/
.air/
# Database
*.db
*.sqlite
*.sqlite3
# Generated files
internal/database/sqlc/
# Docker volumes
postgres_data/
redis_data/
# Config overrides (keep examples)
config/local.yaml
config/*.local.yaml
# MkDocs
site/
.cache/
docs/bdd/