# Byte-compiled / cache
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
.claude
# Build artifacts
build/
dist/
*.egg

# Virtual environments
.venv/
venv/
env/

# Test / type-check / coverage
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
htmlcov/

# Editors / OS
.vscode/
.idea/
.DS_Store
