# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
*.egg
.pytest_cache/
.tox/
.coverage
.coverage.*
htmlcov/

# Build artifacts
build/
dist/
wheels/
*.whl

# Virtualenvs
.venv/
venv/
env/
ENV/

# IDE
.idea/
.vscode/
*.swp
*.swo

# macOS
.DS_Store

# Local test scratch
/tmp/
scratch/
dist/

# paircode runtime state (focuses, peer workspaces, etc.)
.paircode/
