chore: establish development baseline

This commit is contained in:
2026-06-28 01:27:09 +08:00
commit dd53e3054e
131 changed files with 19327 additions and 0 deletions
+71
View File
@@ -0,0 +1,71 @@
# Binaries
/bin/
*.exe
*.exe~
*.dll
*.so
*.dylib
bat
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool
*.out
# Go workspace file
go.work
go.work.sum
# Rust
/target/
**/*.rs.bk
*.pdb
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store
# Environment
.env
.env.local
.env.*.local
# Database
*.db
*.sqlite
*.sqlite3
# Logs
*.log
logs/
pg_log/
# Backups
/deployments/backups/
# Temporary files
tmp/
temp/
*.tmp
# CAS Storage
/cas/
/data/
# Node modules (for web)
node_modules/
dist/
.cache/
# Build artifacts
*.tar.gz
*.zip
# OS
Thumbs.db
.DS_Store