# Python
__pycache__/
*.py[cod]
build/
dist/
*.egg-info/
.venv/

# Local planning and assistant files (not part of the package)
plans/
.claude/
CLAUDE.md

# Editor / OS
.vscode/
.idea/
.DS_Store
