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

# Virtual environments
.venv/
venv/

# Tools
.mypy_cache/
.ruff_cache/
.pytest_cache/
.ropeproject/
.testmondata*
.pytest.lock

# mise local overrides
.mise.local.toml

# IDE
.idea/
.vscode/
*.swp

# OS
.DS_Store

# Local AI instructions / agent state
CLAUDE.local.md
AGENTS.override.md
.claude/worktrees/
.claude/scheduled_tasks.json
.claude/scheduled_tasks.lock

# Agent scratch, caches, results
local/

# Task backlog
plan/
