# ClawCrew
# Shared workspace build and cache outputs
node_modules/
dist/
*.zip
uv.lock
.vite/
*.log
pnpm-lock.yaml
build/
__pycache__/
*.pyc
.env
.venv/
.vscode/
.claude/
.superset/
venv/
*.egg-info/
.pytest_cache/
.ruff_cache/
*.db
.DS_Store
.gstack/
# Runtime agent data
backend/data/
backend/agent_data/
ss-nodes.json
.data/

# Ignore Antigravity / Claude Code agent configurations
.agent/
.agents/
_agent/
_agents/

# Internal docs
docs/
.agents/rules/deploy.md
backend/tests/test_agent_api_live.py
