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

# Virtual environments
.venv
.venv*/
venv/

# uv
.python-version

# Test & coverage
.pytest_cache/
.coverage
coverage.xml
htmlcov/

# mypy / type checkers
.mypy_cache/
.pyright/
.ruff_cache/

# Editors
.vscode/
.idea/
*.swp
*~

# OS
.DS_Store
Thumbs.db

# Claude
.claude/
CLAUDE.md
