# Dependencies
node_modules/
__pycache__/
*.pyc
.venv/

# Build output
out/
dist/
build/
*.egg-info/

# Data (generated, not checked in)
data/

# Environment
.env
.env.local

# Claude Code local settings and runtime state
.claude/settings.local.json
.claude/*.lock
.claude/worktrees/

# IDE
.vscode/
.idea/

# OS
.DS_Store
Thumbs.db

# Testing
coverage/
.coverage
.pytest_cache/
htmlcov/

# Jupyter editor state
.ipynb_checkpoints/

# Playwright MCP screenshots
.playwright-mcp/

# Marketing artifacts (social posts, case studies, baselines)
# Case studies are committed; blog drafts are published via the github_pages
# repo, and baseline JSONs contain local file paths and tool args (security).
social/*
!social/case-study-agentfluent.md
