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

# Build
constraints.txt

# Virtual environments
.venv/

# Testing
.pytest_cache/
.coverage
htmlcov/

# Linting and type checking
.ruff_cache/
.ty_cache/

# macOS
.DS_Store

# Claude Code
.claude/worktrees/
