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

# Pyright
.pyright/

# Ruff
.ruff_cache/

# Pytest / coverage
.pytest_cache/
.coverage
coverage.xml
htmlcov/

# OS
.DS_Store

# Claude config
.claude/

# VSCode
.vscode/