# Python
__pycache__/
*.pyc
*.pyo
*.egg-info/
dist/
build/
*.egg

# Testing
.pytest_cache/
htmlcov/
.coverage

# IDE
.idea/
.vscode/
*.swp
*.swo

# CDF data files
*.cdf

# Local cache
.cdawebmcp/
docs/plans/

# Claude
CLAUDE.md
.claude/

# MCP config
.mcp.json

# Reports / data output
reports/

# Scripts (local-only)
scripts/test_mcp_workflow.py
scripts/run_remaining.py

# Lock files
uv.lock
