P0 fixes: - ModelError.Is(): use exact matching instead of substring contains() - shouldClearStickySession: add context param for cancellation/tracing P1 fixes: - TODO stubs: return 501 Not Implemented errors - validateInstanceSignature: deduplicate to shared validateCodeSignature() - Error messages: standardize to English only - http.go: remove pseudo if-else with duplicate branches
20 lines
441 B
Plaintext
20 lines
441 B
Plaintext
# =============================================================================
|
|
# Sub2API Deploy Directory - Git Ignore
|
|
# =============================================================================
|
|
|
|
# Data directories (generated at runtime when using docker-compose.local.yml)
|
|
data/
|
|
postgres_data/
|
|
redis_data/
|
|
|
|
# Environment configuration (contains sensitive information)
|
|
.env
|
|
|
|
# Backup files
|
|
*.backup
|
|
*.bak
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.log
|