# Python
__pycache__/
*.py[cod]
*.egg-info/
*.egg
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# Build artifacts
build/
dist/
*.whl

# venvs
.venv/
venv/

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

# Local test / scratch
.env
*.env
.local/
scratch*.py

# AgentBus per-checkout identity — never committed (kill switch)
.agentbus/
.claude/settings.local.json

# Per-checkout issuedb — never committed
.issue.db
