# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
*.egg-info/
dist/
build/
*.egg
.eggs/

# Virtual environments
.venv/
venv/
env/

# uv
.uv/

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/

# Type checking
.mypy_cache/
.pyright/
pyrightconfig.json

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

# macOS
.DS_Store

# leaf runtime
.leaf/
*.olauth
~/.olauth

# Claude Code
.claude/
.omc/
