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

# Virtual environments
.venv/
venv/

# IDE
.idea/
.vscode/
*.swp

# Claude Code
.claude/

# Testing
.hypothesis/
.pytest_cache/
htmlcov/
.coverage

# Type checking
.mypy_cache/
