feat: first

This commit is contained in:
2025-08-13 19:36:09 +02:00
parent fd2ba2e999
commit 5fc4d1d997
17 changed files with 2622 additions and 111 deletions

50
.dockerignore Normal file
View File

@@ -0,0 +1,50 @@
# Ignore development and build artifacts
.git
.gitignore
README.md
Dockerfile
.dockerignore
docker-compose.yml
# Go build artifacts
bin/
*.exe
*.exe~
*.dll
*.so
*.dylib
*.test
*.out
# Generated protobuf files (will be generated in container)
proto/**/*.pb.go
proto/**/*.pb.gw.go
# Buf files
buf.lock
# IDE and editor files
.vscode/
.idea/
*.swp
*.swo
*~
# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Node modules (if any)
node_modules/
# Logs
*.log
# Temporary files
tmp/
temp/