# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg
*.egg-info/
dist/
build/
.eggs/
.env
.venv
env/
venv/

# pytest
.pytest_cache/
.coverage
htmlcov/

# ruff
.ruff_cache/

# editors
.idea/
.vscode/
*.swp

# examples
example/
.claude/
plans/
