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

# Environments
.venv/
venv/
.env

# macOS
.DS_Store

# Tools
.claude/
.ruff_cache/
.mypy_cache/
