__pycache__/
*.pyc
*.egg-info/
.pytest_cache/
.venv/
.venv-*/
dist/
build/
.worktrees/
.tmp/
.ruff_cache/
.pyright/

# Editor / IDE / agent-tool local config (never part of a release)
.claude/
.idea/
.vscode/
.mcp.json

# Experiment outputs (regeneratable from the e*/ runners)
extra/outputs/
