init push

This commit is contained in:
2026-07-16 22:16:45 +07:00
commit 8b068bdb10
1021 changed files with 332816 additions and 0 deletions

62
.gitignore vendored Normal file
View File

@@ -0,0 +1,62 @@
# Go
*.exe
*.exe~
*.dll
*.so
*.dylib
*.test
*.out
*.prof
# Build
/bin/
/build/
/dist/
/tmp/
# Coverage
coverage.out
coverage.txt
# Go workspace
/vendor/
# IDE/editor
.vscode/
.idea/
*.swp
*.swo
*.swn
*.tmp
# OS
.DS_Store
Thumbs.db
# Env files
.env
.env.*
!.env.local.example
# Generated configs
*.generated.json
# Logs
*.log
# Docker
**/.docker/
# GoFiber (optional)
# (No special ignores required beyond Go build artifacts)
# Claude Config
.claude/
# Codex Config
.codex
# Graphify outputs
**/graphify-out/
.graphify-venv/
AGENTS.md