Clawith/.gitignore

34 lines
364 B
Plaintext

# ClawCrew
node_modules/
dist/
*.zip
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/