chore(mpc-system): 添加 .gitignore 排除敏感配置

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Developer 2025-12-03 17:25:12 -08:00
parent 1700b8b57c
commit 873fd98b23
1 changed files with 35 additions and 0 deletions

35
backend/mpc-system/.gitignore vendored Normal file
View File

@ -0,0 +1,35 @@
# Environment files (contain secrets)
.env
.env.local
.env.production
# Build artifacts
/bin/
*.exe
*.dll
*.so
*.dylib
# Test binary
*.test
# Output of go coverage
*.out
# IDE
.idea/
.vscode/
*.swp
*.swo
# OS files
.DS_Store
Thumbs.db
# Logs
*.log
logs/
# Temporary files
tmp/
temp/