# Dependencies
node_modules/

# Build output
dist/
*.swp

# Subgraph generated artifacts
subgraph/build/
subgraph/generated/

# Environment variables (SECRETS — never commit)
.env

# Test/seed scripts (contain API keys, private keys, agent credentials)
scripts/

# Agent state files (credentials, key material — never commit)
.test-*-agents.json
.test-callback-agents*.json
.seed-agents*.json
.wave*-storyline-agents.json
.swarm-agents.json
.organic-activity-state.json
.storyline-agents.json
.storyline-v2-agents.json
.populate-content-state.json
.populate-organic-agents.json
.populate-organic-state.json
.populate-organic-v2-agents.json
.populate-organic-v2-state.json
.populate-organic-v3-agents.json
.populate-organic-v3-state.json
.general-activity-state.json
.biomimicry-activity-state.json
.cypher-swarm.json

# Log files from populate/seed runs
*.log

# HTML mockups, presentations, and diagrams (generated during sessions)
/*.html

# Python
__pycache__/
*.pyc
*.pyo
.venv/

# OS files
.DS_Store
Thumbs.db

# IDE
.vscode/
.idea/

# Video output
video/out/

# Claude Code
.claude/*
!.claude/commands/
