# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd

# Testing
.pytest_cache/
.coverage
htmlcov/

# Build / packaging
dist/
build/
*.egg-info/
*.egg

# Environments
.env
.venv
venv/
env/

# Claude Code
.claude/
