__pycache__/
*.pyc
.pytest_cache/
.mypy_cache/
.ruff_cache/
.venv/
venv/
*.egg-info/
dist/
build/
.hypothesis/
gallery_output/

# Local Claude Code state that may contain credentials/tokens — settings.json itself is tracked.
.claude/settings.local.json
.claude/.credentials.json
