Initial import of map-asset-gateway

This commit is contained in:
2026-04-14 13:10:10 +08:00
commit 1893ad3857
30 changed files with 6676 additions and 0 deletions
+32
View File
@@ -0,0 +1,32 @@
# Local machine configuration
config/service.env
# Runtime data and generated assets
data/
logs/
temp/
.tmp/
# Go local caches
.gocache/
.gomodcache/
.gotmp/
.gopath/
# Python cache
__pycache__/
*.pyc
*.pyo
# Build and test artifacts
*.exe
*.test
*.out
*.err
*.log
*.pid
coverage.out
# OS / editor noise
.DS_Store
Thumbs.db