agent-team/.gitignore
scorpio 416bea4ce3 chore: add .gitignore, update plan.md
- Exclude binary, rooms/, agent memory, web/dist from git
- plan.md reflects current completed state

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-04 22:17:50 +08:00

16 lines
195 B
Plaintext

# Go binary
server
# Runtime data (rooms created by users, not tracked)
rooms/
# Agent memory (generated at runtime)
agents/*/memory/
# Frontend build output
web/dist/
# Env files
.env
*.env