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

# Virtual environments
.venv/
venv/
env/

# Testing
.pytest_cache/
.coverage
htmlcov/

# Ruff
.ruff_cache/

# Local agent tooling (never commit; may contain machine-specific paths)
.claude/

# IDE
.vscode/
.idea/

# OS
.DS_Store
