# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info/
*.egg-info

# Virtual environments
.venv

# Local secrets / per-machine MCP wiring (don't ship a local .mcp.json with creds)
.mcp.json
.keystone/local.yaml

# Pytest
.pytest_cache/

# Tool state (serena, claude local settings)
.serena/
.claude/settings.local.json
