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

# Build
build/
dist/

# IDE
.vscode/
.idea/
*.swp
.DS_Store

# Claude Code
.claude/

# Local state files (the whole point is they're per-user)
*.memb
.memwalk/
