# Python __pycache__/ *.py[cod] *$py.class *.so .Python build/ dist/ *.egg-info/ .eggs/ # Virtual environments .venv/ venv/ env/ # Test / coverage .pytest_cache/ .coverage .coverage.* htmlcov/ .tox/ .mypy_cache/ .ruff_cache/ # Editors .vscode/ .idea/ *.swp .DS_Store # Runtime artifacts (per CLAUDE.md) runs/