# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv

# Personal Claude files
.claude/settings.local.json

# Coverage reports
htmlcov/
.coverage
coverage.xml

# Tox files
.tox/
